mutation_rand: /rand mutation for DE

Description Usage Arguments Value Mutation Parameters References Author(s)

View source: R/mutation_rand.R

Description

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

Usage

1
mutation_rand(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_rand() 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)


ExpDE documentation built on May 2, 2019, 9:11 a.m.

Related to mutation_rand in ExpDE...