Genetic algorithm machine learning library for games
DraxxLibGA.zip
This library were made so that the simulation could receive input from a user. It can generate an agent behaviour configuration, allow another system simulate and evaluate it to only then generate another agent.
The way it was meant to be used is at the startup of the game the possible actions are configurated and then it is initialized, at the start of a level one or many agents in the game receive the behaviour from the library and at the end the library receives the evaluation of the agents so the next ones are base on the best ones.