Uses of Class
com.github.raimannma.methods.Mutation
Package | Description |
---|---|
com.github.raimannma.architecture | |
com.github.raimannma.methods |
-
Uses of Mutation in com.github.raimannma.architecture
Methods in com.github.raimannma.architecture that return Mutation Modifier and Type Method Description Mutation[]
EvolveOptions. getMutations()
Get mutations.Methods in com.github.raimannma.architecture with parameters of type Mutation Modifier and Type Method Description void
Network. mutate(Mutation method)
Mutates the network with the given method.EvolveOptions
EvolveOptions. setMutations(Mutation[] mutations)
Sets mutations. -
Uses of Mutation in com.github.raimannma.methods
Fields in com.github.raimannma.methods declared as Mutation Modifier and Type Field Description static Mutation[]
Mutation. ALL
Contains all possible mutations.static Mutation[]
Mutation. FFW
Contains all feedforward mutations.Methods in com.github.raimannma.methods that return Mutation Modifier and Type Method Description static Mutation
Mutation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mutation[]
Mutation. values()
Returns an array containing the constants of this enum type, in the order they are declared.