 |
RockyML
0.0.1
A High-Performance Scientific Computing Framework
|
5 #ifndef ROCKY_ZAGROS_CONTAINER_MAN
6 #define ROCKY_ZAGROS_CONTAINER_MAN
8 #include <rocky/zagros/strategies/strategy.h>
19 template<
typename T_e,
int T_dim>
26 template<
typename T_e,
int T_dim>
48 template<
typename T_e,
int T_dim>
evaluate the solutions in a container and update the values
Definition: container_manipulation.h:49
replace worst solutions in a container with the best solutions of another
Definition: container_manipulation.h:27
void replace_with(basic_scontainer< T_e, T_dim > *cnt)
replace the best values from another container
Definition: scontainer.h:266
a data container representing a scontainer
Definition: scontainer.h:31
void evaluate_and_update(system< T_e > *problem, int rng_start, int rng_end)
evaluate and update the particles within a range
Definition: scontainer.h:205
Interface for all strategies.
Definition: strategy.h:31
base class for strategies for container manipulation
Definition: container_manipulation.h:20