numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::opt::real_value_genetic_optimizer< ObjectiveFunction, BitsPerDimension > Class Template Reference

Class to perform optimization for real-valued variables using genetic algorithm [34]. More...

+ Inheritance diagram for num_collect::opt::real_value_genetic_optimizer< ObjectiveFunction, BitsPerDimension >:
+ Collaboration diagram for num_collect::opt::real_value_genetic_optimizer< ObjectiveFunction, BitsPerDimension >:

Detailed Description

template<concepts::objective_function ObjectiveFunction, index_type BitsPerDimension = 10>
class num_collect::opt::real_value_genetic_optimizer< ObjectiveFunction, BitsPerDimension >

Class to perform optimization for real-valued variables using genetic algorithm [34].

Template Parameters
ObjectiveFunctionType of the objective function.
BitsPerDimensionNumber of bits per dimension.

Definition at line 60 of file real_value_genetic_optimizer.h.


The documentation for this class was generated from the following file: