Experiment
AlphaZero.Experiments.Experiment — TypeExperimentA structure that contains the information necessary to replicate a training session.
Constructor
Experiment(gspec, params, mknet, netparams, benchmarks)gspecis the specification of the game to be playedparamshas typeParamsmknetis a neural network constructor taking arguments(netparams, gspec)netparamsare the neural network hyperparametersbenchmarkis a vector ofBenchmark.Duelto be used as a benchmark to track training progress.