|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Join Date: Oct 2006
Posts: 1,023
|
![]() Genesect.py The evolution begins! Code @ Github: https://github.com/ChrisCTX/genesect Yep, initial commit is here guys, really pleased so far with the results. Currently the only thing to really see in the code is the Fitness function, it will grade a given moveset and based upon its score the algorithm will either allow that pokemon to breed to keep those good moves in, or it will reject it and find other more suitable candidates. The score is in logarithmic scale to make it easier on us to read, but please do note that there is a huge difference between a 20 and a 30 score. Small little preview: Tyranitar with ["crunch", "fireblast", "icebeam", "lowkick"] scored a nice 39.9911245405 Tyranitar with ["stoneedge"] score only 17.0323042166, but then again its only one move. Last edited by Pyr0; Apr 30th, 2013 at 4:07:40 AM. |
|
|
|
|
|
#2 |
|
Join Date: Oct 2006
Posts: 1,023
|
OK, got the Name, type1, type2 covered, some google-fu and a quick script made it happen.
Now I need all the moves and movepools per Pokemon. |
|
|
|
|
|
#3 |
|
hear me roar
![]()
|
this is the learnsets data from pokemon showdown on github
it has each pokemon, their movepools, and which gen and how they learn each move
__________________
pokemon showdown | contributions and corrections | little cup | pm/vm for a gp check [2013-02-13T17:59:26.637Z] (lobby) Blue Kirby was banned by Joim. (Smog Nominee Award Joim invites you to kindly take a time off of his website, banned user: BlueKirby) [3:33:40 PM] <~bmelts> inasmuch as this is the crux of the aforementioned set |
|
|
|
|
|
#4 |
|
Join Date: Oct 2006
Posts: 1,023
|
Much appreciated mikel, it has all the information we need.
Main post will be updated as we do the first commit and succeeding ones, we're both really hyped about what the output will be :D |
|
|
|
|
|
#5 |
|
Join Date: Oct 2006
Posts: 1,023
|
First post edited, initial commit is imminent.
|
|
|
|
|
|
#6 |
|
Join Date: Oct 2006
Posts: 1,023
|
Initial commit, fitness function v1 done.
|
|
|
|
![]() |
| Thread Tools | |
|
|