Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arena enhancements #16

Open
ShaynAli opened this issue Oct 6, 2018 · 2 comments
Open

Arena enhancements #16

ShaynAli opened this issue Oct 6, 2018 · 2 comments

Comments

@ShaynAli
Copy link
Owner

ShaynAli commented Oct 6, 2018

Allow the Aipen arena to optimize instance of itself.

@ShaynAli
Copy link
Owner Author

ShaynAli commented Nov 9, 2018

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.

@ShaynAli
Copy link
Owner Author

ShaynAli commented Nov 9, 2018

Can be be implemented through a new class which implements Arena (class to be made) and the EvolutionaryModel class.

@ShaynAli ShaynAli added this to To do in Capstone via automation Feb 1, 2019
@ShaynAli ShaynAli self-assigned this Feb 1, 2019
@ShaynAli ShaynAli changed the title Aipen running itself Arena enhancements Feb 1, 2019
@ShaynAli ShaynAli moved this from To do to In progress in Capstone Feb 1, 2019
@ShaynAli ShaynAli added this to the Week 1 - Feb 3 milestone Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Capstone
In progress
Development

No branches or pull requests

1 participant