17 #include <core/darwin.h> 18 #include <core/universe.h> 23 class NewExperimentDialog;
26 class NewExperimentDialog :
public QDialog {
30 explicit NewExperimentDialog(QWidget* parent,
34 ~NewExperimentDialog();
36 void done(
int result)
override;
38 QString experimentName()
const;
39 QString populationName()
const;
40 QString domainName()
const;
41 int populationSize()
const;
46 void on_experiment_name_textChanged(
const QString&);
49 Ui::NewExperimentDialog* ui;
ComplexityHint
A generic hint for the initial population & domain setup.
Definition: darwin.h:47
The persistent storage for all the experiments and variations.
Definition: universe.h:111
Definition: evolution_window.h:22
Encapsulates the runtime experiment state.
Definition: darwin.h:328