Uses of Class
com.adriangarcia.metaheuristics.tsmbfoa.Function
Packages that use Function
-
Uses of Function in com.adriangarcia.metaheuristics.tsmbfoa
Methods in com.adriangarcia.metaheuristics.tsmbfoa with parameters of type FunctionModifier and TypeMethodDescriptionvoid
Foraging.chemotaxis
(Configurator configurator, Problem problem, Function function) In the chemotaxis method the chemotaxis process of TS-MBFOA is performed, where two swims are interleaved, in each cycle one exploitation or exploration swim is performed.void
Tsmbfoa.chemotaxis
(Configurator bacterium, Problem problem, Function function) void
Foraging.eliminationDispersal
(Configurator configurator, Problem problem, Function function) In the eliminationDispersal method, the worst bacterium is eliminated from the population based on feasibility rules and a new one is randomly generated.void
Tsmbfoa.eliminationDispersal
(Configurator bacterium, Problem problem, Function function) protected double[][]
Mechanism.evaluationFyC
(Configurator configurator, Problem problem, Function function) This function evaluates the mathematical expression of the CNOP objective function, also identifies the type of constraints, and evaluates them taking into account the sum of constraint violations.