37 std::shared_ptr<Population>
Build(std::shared_ptr<Population> pop)
override;
AbstractPopBuilder(const boost::property_tree::ptree &config, util::RnMan &rnMan, std::shared_ptr< spdlog::logger > strideLogger=nullptr)
Initializing constructor.
Base Class for PopBuilders.
std::shared_ptr< Population > Build(std::shared_ptr< Population > pop) override
Creates a population by importing it.
Namespace for the simulator and related classes.
Initializes Population objects.
Base Class for PopBuilders.