|
|
|
|
|
by carterschonwald
6647 days ago
|
|
for the NPC ai, I recommend having the online part of the algorithm not use GAs, but just some sort of statistically learning on decision trees, GAs done right are tricky, and its worth pointing out that they're basically an optimization technique best used when the problem domain doesn't have enough structure to use other techniques which provide much stronger guarantees. |
|