mutation_mean {ExpDE}R Documentation

/mean mutation for DE

Description

Implements the "/mean/nvecs" mutation for the ExpDE framework

Usage

mutation_mean(X, mutpars)

Arguments

X

population matrix

mutpars

mutation parameters (see Mutation parameters for details)

Value

Matrix M containing the mutated population

Mutation Parameters

The mutpars parameter contains all parameters required to define the mutation. mutation_mean() understands the following fields in mutpars:

References

K. Price, R.M. Storn, J.A. Lampinen, "Differential Evolution: A Practical Approach to Global Optimization", Springer 2005

Author(s)

Felipe Campelo (fcampelo@ufmg.br)


[Package ExpDE version 0.1.4 Index]