OpenNN::EvolutionaryAlgorithm Member List

This is the complete list of members for OpenNN::EvolutionaryAlgorithm, including all inherited members.

calculate_mean_performance(void) const OpenNN::EvolutionaryAlgorithm
calculate_population_norm(void) const OpenNN::EvolutionaryAlgorithm
calculate_standard_deviation_performance(void) const OpenNN::EvolutionaryAlgorithm
check(void) const OpenNN::TrainingAlgorithm [virtual]
displayOpenNN::TrainingAlgorithm [protected]
evaluate_population(void)OpenNN::EvolutionaryAlgorithm
EvolutionaryAlgorithm(void)OpenNN::EvolutionaryAlgorithm [explicit]
EvolutionaryAlgorithm(PerformanceFunctional *)OpenNN::EvolutionaryAlgorithm [explicit]
EvolutionaryAlgorithm(TiXmlElement *)OpenNN::EvolutionaryAlgorithm [explicit]
evolve_population(void)OpenNN::EvolutionaryAlgorithm
FitnessAssignmentMethod enum nameOpenNN::EvolutionaryAlgorithm
from_XML(TiXmlElement *)OpenNN::EvolutionaryAlgorithm [virtual]
get_display(void) const OpenNN::TrainingAlgorithm
get_display_period(void) const OpenNN::EvolutionaryAlgorithm
get_elitism(void) const OpenNN::EvolutionaryAlgorithm
get_error_parameters_norm(void) const OpenNN::EvolutionaryAlgorithm
get_fitness(void) const OpenNN::EvolutionaryAlgorithm
get_fitness_assignment_method(void) const OpenNN::EvolutionaryAlgorithm
get_individual(const unsigned int &) const OpenNN::EvolutionaryAlgorithm
get_maximum_generalization_evaluation_decreases(void) const OpenNN::EvolutionaryAlgorithm
get_maximum_generations_number(void) const OpenNN::EvolutionaryAlgorithm
get_maximum_time(void) const OpenNN::EvolutionaryAlgorithm
get_mean_performance_goal(void) const OpenNN::EvolutionaryAlgorithm
get_minimum_parameters_increment_norm(void) const OpenNN::EvolutionaryAlgorithm
get_minimum_performance_increase(void) const OpenNN::EvolutionaryAlgorithm
get_mutation_method(void) const OpenNN::EvolutionaryAlgorithm
get_mutation_range(void) const OpenNN::EvolutionaryAlgorithm
get_mutation_rate(void) const OpenNN::EvolutionaryAlgorithm
get_performance(void) const OpenNN::EvolutionaryAlgorithm
get_performance_functional_pointer(void) const OpenNN::TrainingAlgorithm
get_performance_goal(void) const OpenNN::EvolutionaryAlgorithm
get_population(void) const OpenNN::EvolutionaryAlgorithm
get_population_size(void) const OpenNN::EvolutionaryAlgorithm
get_recombination_method(void) const OpenNN::EvolutionaryAlgorithm
get_recombination_size(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_best_evaluation_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_best_individual_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_best_norm_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_elapsed_time_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_evaluation_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_generalization_evaluation_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_mean_evaluation_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_mean_norm_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_parameters_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_parameters_norm_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_population_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_standard_deviation_evaluation_history(void) const OpenNN::EvolutionaryAlgorithm
get_reserve_standard_deviation_norm_history(void) const OpenNN::EvolutionaryAlgorithm
get_selection(void) const OpenNN::EvolutionaryAlgorithm
get_selection_method(void) const OpenNN::EvolutionaryAlgorithm
get_selective_pressure(void) const OpenNN::EvolutionaryAlgorithm
get_standard_deviation_performance_goal(void) const OpenNN::EvolutionaryAlgorithm
get_warning_parameters_norm(void) const OpenNN::EvolutionaryAlgorithm
initialize_population(const double &)OpenNN::EvolutionaryAlgorithm
initialize_population_normal(void)OpenNN::EvolutionaryAlgorithm
initialize_population_normal(const double &, const double &)OpenNN::EvolutionaryAlgorithm
initialize_population_normal(const Vector< double > &, const Vector< double > &)OpenNN::EvolutionaryAlgorithm
initialize_population_uniform(void)OpenNN::EvolutionaryAlgorithm
initialize_population_uniform(const double &, const double &)OpenNN::EvolutionaryAlgorithm
initialize_population_uniform(const Vector< double > &, const Vector< double > &)OpenNN::EvolutionaryAlgorithm
Intermediate enum value (defined in OpenNN::EvolutionaryAlgorithm)OpenNN::EvolutionaryAlgorithm
Line enum value (defined in OpenNN::EvolutionaryAlgorithm)OpenNN::EvolutionaryAlgorithm
LinearRanking enum value (defined in OpenNN::EvolutionaryAlgorithm)OpenNN::EvolutionaryAlgorithm
load(const std::string &)OpenNN::TrainingAlgorithm
MutationMethod enum nameOpenNN::EvolutionaryAlgorithm
Normal enum value (defined in OpenNN::EvolutionaryAlgorithm)OpenNN::EvolutionaryAlgorithm
perform_fitness_assignment(void)OpenNN::EvolutionaryAlgorithm
perform_intermediate_recombination(void)OpenNN::EvolutionaryAlgorithm
perform_line_recombination(void)OpenNN::EvolutionaryAlgorithm
perform_linear_ranking_fitness_assignment(void)OpenNN::EvolutionaryAlgorithm
perform_mutation(void)OpenNN::EvolutionaryAlgorithm
perform_normal_mutation(void)OpenNN::EvolutionaryAlgorithm
perform_recombination(void)OpenNN::EvolutionaryAlgorithm
perform_roulette_wheel_selection(void)OpenNN::EvolutionaryAlgorithm
perform_selection(void)OpenNN::EvolutionaryAlgorithm
perform_stochastic_universal_sampling_selection(void)OpenNN::EvolutionaryAlgorithm
perform_training(void)OpenNN::EvolutionaryAlgorithm [virtual]
perform_uniform_mutation(void)OpenNN::EvolutionaryAlgorithm
performance_functional_pointerOpenNN::TrainingAlgorithm [protected]
print(void) const OpenNN::TrainingAlgorithm
RecombinationMethod enum nameOpenNN::EvolutionaryAlgorithm
RouletteWheel enum value (defined in OpenNN::EvolutionaryAlgorithm)OpenNN::EvolutionaryAlgorithm
save(const std::string &) const OpenNN::TrainingAlgorithm
SelectionMethod enum nameOpenNN::EvolutionaryAlgorithm
set(void)OpenNN::EvolutionaryAlgorithm
set(PerformanceFunctional *)OpenNN::EvolutionaryAlgorithm
set_default(void)OpenNN::EvolutionaryAlgorithm [virtual]
set_display(const bool &)OpenNN::TrainingAlgorithm
set_display_period(const unsigned int &)OpenNN::EvolutionaryAlgorithm
set_elitism(const bool &)OpenNN::EvolutionaryAlgorithm
set_error_parameters_norm(const double &)OpenNN::EvolutionaryAlgorithm
set_fitness(const Vector< double > &)OpenNN::EvolutionaryAlgorithm
set_fitness_assignment_method(const FitnessAssignmentMethod &)OpenNN::EvolutionaryAlgorithm
set_fitness_assignment_method(const std::string &)OpenNN::EvolutionaryAlgorithm
set_individual(const unsigned int &, const Vector< double > &)OpenNN::EvolutionaryAlgorithm
set_maximum_generalization_evaluation_decreases(const unsigned int &)OpenNN::EvolutionaryAlgorithm
set_maximum_generations_number(const unsigned int &)OpenNN::EvolutionaryAlgorithm
set_maximum_time(const double &)OpenNN::EvolutionaryAlgorithm
set_mean_performance_goal(const double &)OpenNN::EvolutionaryAlgorithm
set_minimum_parameters_increment_norm(const double &)OpenNN::EvolutionaryAlgorithm
set_minimum_performance_increase(const double &)OpenNN::EvolutionaryAlgorithm
set_mutation_method(const MutationMethod &)OpenNN::EvolutionaryAlgorithm
set_mutation_method(const std::string &)OpenNN::EvolutionaryAlgorithm
set_mutation_range(const double &)OpenNN::EvolutionaryAlgorithm
set_mutation_rate(const double &)OpenNN::EvolutionaryAlgorithm
set_performance(const Vector< double > &)OpenNN::EvolutionaryAlgorithm
set_performance_functional_pointer(PerformanceFunctional *)OpenNN::TrainingAlgorithm
set_performance_goal(const double &)OpenNN::EvolutionaryAlgorithm
set_population(const Matrix< double > &)OpenNN::EvolutionaryAlgorithm
set_population_size(const unsigned int &)OpenNN::EvolutionaryAlgorithm
set_recombination_method(const RecombinationMethod &)OpenNN::EvolutionaryAlgorithm
set_recombination_method(const std::string &)OpenNN::EvolutionaryAlgorithm
set_recombination_size(const double &)OpenNN::EvolutionaryAlgorithm
set_reserve_all_training_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_best_evaluation_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_best_individual_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_best_norm_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_elapsed_time_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_evaluation_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_generalization_evaluation_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_mean_evaluation_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_mean_norm_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_parameters_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_parameters_norm_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_population_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_standard_deviation_evaluation_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_reserve_standard_deviation_norm_history(const bool &)OpenNN::EvolutionaryAlgorithm
set_selection(const Vector< bool > &)OpenNN::EvolutionaryAlgorithm
set_selection_method(const SelectionMethod &)OpenNN::EvolutionaryAlgorithm
set_selection_method(const std::string &)OpenNN::EvolutionaryAlgorithm
set_selective_pressure(const double &)OpenNN::EvolutionaryAlgorithm
set_standard_deviation_performance_goal(const double &)OpenNN::EvolutionaryAlgorithm
set_warning_parameters_norm(const double &)OpenNN::EvolutionaryAlgorithm
StochasticUniversalSampling enum value (defined in OpenNN::EvolutionaryAlgorithm)OpenNN::EvolutionaryAlgorithm
to_string(void) const OpenNN::TrainingAlgorithm [virtual]
to_XML(void) const OpenNN::EvolutionaryAlgorithm [virtual]
TrainingAlgorithm(void)OpenNN::TrainingAlgorithm [explicit]
TrainingAlgorithm(PerformanceFunctional *)OpenNN::TrainingAlgorithm [explicit]
TrainingAlgorithm(TiXmlElement *)OpenNN::TrainingAlgorithm [explicit]
Uniform enum value (defined in OpenNN::EvolutionaryAlgorithm)OpenNN::EvolutionaryAlgorithm
write_fitness_assignment_method(void) const OpenNN::EvolutionaryAlgorithm
write_mutation_method(void) const OpenNN::EvolutionaryAlgorithm
write_recombination_method(void) const OpenNN::EvolutionaryAlgorithm
write_selection_method(void) const OpenNN::EvolutionaryAlgorithm
write_training_algorithm_type(void) const OpenNN::EvolutionaryAlgorithm [virtual]
~EvolutionaryAlgorithm(void)OpenNN::EvolutionaryAlgorithm [virtual]
~TrainingAlgorithm(void)OpenNN::TrainingAlgorithm [virtual]


Generated on Sun Aug 26 11:58:20 2012 for OpenNN by  doxygen 1.5.9