tekka
program.cpp File Reference

Implementation of Program class. More...

#include "program.hpp"
#include "population.hpp"
#include "individual.hpp"
#include "config.hpp"
#include <wtl/chrono.hpp>
#include <wtl/debug.hpp>
#include <clippson/clippson.hpp>
#include <filesystem>
#include <fstream>
#include <cstdlib>

Functions

clipp::group pbf::general_options (nlohmann::json *vm)
 Options description for general purpose.
 
clipp::group pbf::program_options (nlohmann::json *vm)
 Program options.
 
clipp::group pbf::reproduction_options (nlohmann::json *vm)
 Reproduction options.
 

Variables

nlohmann::json pbf::VM
 Global variables mapper of command-line arguments.
 

Detailed Description

Implementation of Program class.