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

Please decouple your Optimizer, SimpleExperiment & SimpleEvaluator #7

Open
HashbangGames opened this issue Dec 31, 2017 · 0 comments
Open

Comments

@HashbangGames
Copy link

As it is right now, you have coupled the Optimizer deep into the core of SharpNeat which makes it impossible to create our own optimizer without deleting yours and overwriting the core code of the optimizer.

Same with SimpleExperiment & SimpleEvaluator, which seem to be used just for the example, but these implementations should be handled by the developers if desired. I suggest making interfaces so that they can be written specific for the implementation desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant