Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is an experiment module?

experiment module
0
Posted

What is an experiment module?

0

Each experiment in SharpNEAT is represented by an implementation of the IExperiment interface, such an implementation is what I call an experiment module since it aggregates everything needed to run an experiment in SharpNEAT into one ‘module’ that can be plugged into SharpNEAT. The most notable property on IExperiment is PopulationEvaluator which returns an IPopulationEvaluator that is used to evaluate genomes within the population. Apart from this there are properties for specifying the number of input/ouput nodes the experiment requires, default search parameters, explanatory text for the experiment, etc.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123