You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I'm using Evolutionary, great package, so thanks for developing it. I was wondering if it's possible by a callback or something like that, to save all individuals and their associated fitness function values? Since I'm only solving a 2 dimensional Problem and this in fact very often, it would be nice to get an Idea of how multi-modal my function is and thus, I would like to plot the fitness function over the 2D parameter space.
The text was updated successfully, but these errors were encountered:
Implement custom trace! method (https://wildart.github.io/Evolutionary.jl/dev/tutorial/#Trace-1). The population parameter is an array of the individuals, and the state should contain their fitness (see the particular algorithm implementation). There exist a test for that functionality, you can use it as an example.
Hey there,
I'm using Evolutionary, great package, so thanks for developing it. I was wondering if it's possible by a callback or something like that, to save all individuals and their associated fitness function values? Since I'm only solving a 2 dimensional Problem and this in fact very often, it would be nice to get an Idea of how multi-modal my function is and thus, I would like to plot the fitness function over the 2D parameter space.
The text was updated successfully, but these errors were encountered: