-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Saved genome provides consistent result that don't match the ones it got during training #83
Comments
Is it a cyclic/recurrent network, or an acyclic net? |
It's set as acyclic in the config file |
I wonder - does your fitness function have state that needs resetting? |
It did at some point, but I figured out that it caused an issue, so now everything that's going to be changed in the process of calculating fitness is populated at the beginning of RunTrial and stored locally in the method, so not anymore |
Any other ideas perchance ? |
Switching to cyclic didn't influence the issue btw |
The problem is mostly covered in the title. I've trained a genome on a specific set of data, but when I connect the library into a different project and try to backtest it on the same set of data, the results are consistent from run to run, but don't match the one that occurred during the learning process. Any suggestions on how could that come about ?
The text was updated successfully, but these errors were encountered: