- fitnessOrientation() - Method in class jcgp.backend.resources.Resources
-
- FixedPointMutator - Class in jcgp.backend.modules.mutator
-
Fixed point mutator
This operator uses the point mutator
algorithm to mutate a user-defined fixed
number of genes.
- FixedPointMutator(Resources) - Constructor for class jcgp.backend.modules.mutator.FixedPointMutator
-
Creates a new instance of FixedPointMutator.
- flush() - Method in interface jcgp.backend.resources.Console
-
Outputs all buffered messages to the console.
- flush() - Method in class jcgp.gui.console.ConsolePane
-
- flushConsole() - Method in class jcgp.gui.GUI
-
Writes all buffered content out to the GUI console.
- Function - Class in jcgp.backend.function
-
Function is a callback wrapper.
- Function() - Constructor for class jcgp.backend.function.Function
-
- FunctionParser - Class in jcgp.backend.parsers
-
Contains a static method for parsing functions from a
.par file.
- FunctionParser() - Constructor for class jcgp.backend.parsers.FunctionParser
-
- FunctionSelector - Class in jcgp.gui.population
-
A menu class, exposes all of the allowed functions
when called by a node, so that the node function can be changed.
- FunctionSelector(FunctionSet) - Constructor for class jcgp.gui.population.FunctionSelector
-
- FunctionSet - Class in jcgp.backend.function
-
FunctionSet encapsulates a group of functions.
- FunctionSet() - Constructor for class jcgp.backend.function.FunctionSet
-