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

Speedup LoadObject using a Dictionary<string, Type>. #104

Merged
merged 3 commits into from
Aug 30, 2017
Merged

Speedup LoadObject using a Dictionary<string, Type>. #104

merged 3 commits into from
Aug 30, 2017

Conversation

vec2k4
Copy link

@vec2k4 vec2k4 commented Mar 3, 2017

Increases performance when deserializing big NEAT Populations drastically.

I have really big NEAT networks. When deserializing these networks, the performance bottleneck is

EncogFileSection.ParseActivationFunction(...);

Using this pull request the performace can be speed up by using a type cache.

@jeffheaton jeffheaton merged commit 35dae76 into jeffheaton:master Aug 30, 2017
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

Successfully merging this pull request may close these issues.

2 participants