Methods
Abstract mutate
- mutate(network: Network, options?: undefined | { allowedActivations?: ActivationType[]; maxConnections?: undefined | number; maxGates?: undefined | number; maxNodes?: undefined | number }): void
-
Parameters
-
-
Optional options: undefined | { allowedActivations?: ActivationType[]; maxConnections?: undefined | number; maxGates?: undefined | number; maxNodes?: undefined | number }
Returns void
Genetic algorithm mutation methods. Creates variations (mutations) in neural networks which are then selected for better performance.
Mutation (genetic algorithms) on Wikipedia
Selection (genetic algorithms) on Wikipedia