42#include "tpg/tpgVertex.h"
This class embeds roots for the simulations.
Definition: job.h:53
uint64_t getIdx() const
Getter of index.
Definition: job.cpp:39
Job(const TPG::TPGVertex *root, uint64_t archiveSeed=0, uint64_t idx=0)
Constructor enabling storing elements in the job so that the Learning Agents will be able to use them...
Definition: job.h:83
virtual ~Job()=default
Default virtual destructor.
const uint64_t idx
Definition: job.h:63
virtual const TPG::TPGVertex * getRoot() const
Getter of the root.
Definition: job.cpp:49
Job()=delete
Deleted default constructor.
const TPG::TPGVertex * root
Definition: job.h:58
uint64_t getArchiveSeed() const
Getter of archiveSeed.
Definition: job.cpp:44
const uint64_t archiveSeed
Definition: job.h:68
Abstract class representing the vertices of a TPGGraph.
Definition: tpgVertex.h:49
Definition: adversarialEvaluationResult.h:45