-
Notifications
You must be signed in to change notification settings - Fork 3
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
Elaborate EvoLife example model #41
Comments
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
a5kin
added a commit
that referenced
this issue
Mar 7, 2019
Let consider EvoLife model's mockup is ready. It is surely far from complete and a subject to multiple changes during the process of development. We'll add meta-params later, along with the other features implementation. Coverage is broken until the next stage, we have to cover every aspect of the new functionality as a primary goal. |
a5kin
added a commit
that referenced
this issue
Mar 10, 2019
a5kin
added a commit
that referenced
this issue
Mar 10, 2019
a5kin
added a commit
that referenced
this issue
Mar 10, 2019
a5kin
added a commit
that referenced
this issue
Mar 10, 2019
a5kin
added a commit
that referenced
this issue
Mar 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let apply the same approach as we did with
GameOfLife
example in 0.1. So, first we should have the model ready with all features in places. All new classes should have appropriate interface raisingNotImplementedError
.This will give us a good chance to think about the exact set of new features we need, give them proper names and put them to proper places in the package architecture.
The text was updated successfully, but these errors were encountered: