mutation_current_to_pbest: /current-to-pbest mutation for DE

Description Usage Arguments Details Value Mutation Parameters Warning References Author(s)

View source: R/mutation_current_to_pbest.R

Description

Implements the "/current-to-pbest" mutation for the ExpDE framework

Usage

1

Arguments

X

population matrix

mutpars

mutation parameters (see Mutation parameters for details)

Details

This routine also implements one special case:

Value

Matrix M containing the mutated population

Mutation Parameters

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

Warning

This routine will search for the performance vector of population X (J) in the parent environment (using parent.frame(). This variable must be defined for mutation_current_to_pbest() to work.

References

J. Zhang, A.C. Sanderson, "JADE: Adaptive differential evolution with optional external archive". IEEE Transactions on Evolutionary Computation 13:945-958, 2009

Author(s)

Felipe Campelo (fcampelo@ufmg.br)


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