-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stage3 - Gene has only one char - test #32
Comments
The documentation may void but in the code I have float. |
This is an issue for Gene and making sure that test are checking if Gene has a single char value field instead of char array |
When it comes to this setFitnes, if we put a single value in the array, it works, but if we want to use only the char variable, we would have to change the implementation of the class, but we probably stay with the array, because it's more universal? |
We decided to stay with single char instead of char array. In next few steps we will use only single char Gene. In future - maybe we will change it to Interface and prepare multiple implementations - one with single char, another with char[]. But for now it is unnecessary. |
No description provided.
The text was updated successfully, but these errors were encountered: