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

Saved genome provides consistent result that don't match the ones it got during training #83

Open
voiceofthedead opened this issue Aug 28, 2024 · 6 comments

Comments

@voiceofthedead
Copy link

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 ?

@colgreen
Copy link
Owner

Is it a cyclic/recurrent network, or an acyclic net?

@voiceofthedead
Copy link
Author

It's set as acyclic in the config file

@colgreen
Copy link
Owner

I wonder - does your fitness function have state that needs resetting?

@voiceofthedead
Copy link
Author

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

@voiceofthedead
Copy link
Author

Any other ideas perchance ?

@voiceofthedead
Copy link
Author

Switching to cyclic didn't influence the issue btw

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

2 participants