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

Refactor the Command to Generic Classes #5

Open
hopeseekr opened this issue Jun 30, 2020 · 0 comments
Open

Refactor the Command to Generic Classes #5

hopeseekr opened this issue Jun 30, 2020 · 0 comments

Comments

@hopeseekr
Copy link
Owner

The Problem

In order to facilitate RAD, I coded it all in a single monolithic Laravel Command.

This won't work with Genetic Algorithms, as there's little for the evolved agents to control.

The Solution

All the logic has to be split up into various classes, along with relevant mutation factors / genomes AND agents.

@hopeseekr hopeseekr changed the title Refactor the Command to a Generic Class Refactor the Command to Generic Classes Jun 30, 2020
hopeseekr added a commit that referenced this issue Jun 30, 2020
(#5) Completely refactored the Game into various Classes.
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