Open ShaynAli opened 6 years ago
Can allow for higher degree of nesting (arena optimizing an arena which is optimizing another arena) creating an optimization tree. Can optimize structure of tree as well, by starting with a random tree and pruning/inserting to optimize.
Can be be implemented through a new class which implements Arena (class to be made) and the EvolutionaryModel class.
Allow the Aipen arena to optimize instance of itself.