40 string sel =
"lexicase";
56 {
"toggle_weight_on", 0.167},
57 {
"toggle_weight_off", 0.167}
void bind_engine(py::module &m, string name)
void set_log_level(int &verbosity)
Sets the log level.
< nsga2 selection operator for getting the front
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(Engine< PT::Regressor >, params, best_ind, archive)
void set_save_population(string new_save_population)
bool get_classification()
void set_max_depth(unsigned new_max_depth)
vector< float > sample_weights
weights for each sample
void set_max_stall(int new_max_stall)
void set_n_classes(unsigned int new_n_classes)
vector< string > objectives
void set_max_gens(int new_max_gens)
unsigned get_max_size() const
void set_shuffle_split(bool shuff)
void set_max_time(int new_max_time)
vector< string > get_objectives()
float cx_prob
cross rate for variation
void set_functions(std::unordered_map< std::string, float > new_functions)
void set_mutation_probs(std::map< std::string, float > new_mutation_probs)
void set_batch_size(float c)
void set_val_from_arch(bool new_val_from_arch)
std::map< std::string, float > mutation_probs
void set_num_islands(int new_num_islands)
void set_pop_size(int new_pop_size)
vector< string > get_feature_names()
void set_random_state(int new_random_state)
void set_logfile(string s)
string get_save_population()
unsigned int get_n_classes()
std::unordered_map< string, float > functions
string get_load_population()
string scorer_
actual loss function used, determined by error
unsigned get_max_depth() const
void set_load_population(string new_load_population)
vector< int > classes
class labels
int n_jobs
number of parallel jobs -1 use all threads; 0 use same as number of islands; positive number specify ...
void set_current_gen(unsigned int gen)
vector< float > class_weights
weights for each class
void set_sel(string new_sel)
vector< string > feature_names
void set_surv(string new_surv)
void set_use_arch(bool new_use_arch)
void set_classification(bool c)
void set_objectives(vector< string > new_objectives)
void set_max_size(unsigned new_max_size)
void set_n_jobs(int new_n_jobs)
void set_feature_names(vector< string > vn)
void set_validation_size(float s)
void set_cx_prob(float new_cx_prob)
unsigned int get_current_gen()
void set_scorer_(string new_scorer_)
std::map< std::string, float > get_mutation_probs()
float get_validation_size()
std::unordered_map< std::string, float > get_functions()
void set_verbosity(int new_verbosity)
void set_mig_prob(float new_mig_prob)