as per r284 and other people's comments, there is some demand for a more
abstract data model.
i had been making a "proper data model" over at
https://github.com/infinity0/evolutionchamber/tree/allraces-model but haven't
had time to work on it for a few months.
atm the major block is to design a genetic encoding that can model stuff like
"build marine at barracks #3" or "wait 5 seconds then chrono boost" -
evolutionchamber currently doesn't do this, it just picks an arbitrary source
building to build, and 0 seconds to wait (which may not result in an optimum
solution).
source code that implements my attempt at a model:
https://github.com/infinity0/evolutionchamber/tree/allraces-model/EvolutionChamb
er/src/java/sc2
data file that implicitly follows the model:
https://github.com/infinity0/evolutionchamber/blob/allraces-model/EvolutionChamb
er/data/sc2stats.txt
Original issue reported on code.google.com by infinity0x@gmail.com on 16 Mar 2011 at 9:23
Original issue reported on code.google.com by
infinity0x@gmail.com
on 16 Mar 2011 at 9:23