Performing meta-optimization

If you look at the project, the main method in our optimizer appears to be a large method that performs the meta-optimization run, but instead it only takes the following line of code:

double fitness = MetaRepeat.Fitness(MetaParameters);

That's it! Everything else involves logging and printing results and information to the user.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset