This function is an interface to call the main function ExpDE,
usinga method specification generated by gen_methods and a
problem specification generated by gen_problems. It is used to
provide an easy data-generating process to study the experimental comparisons of
algorithms. See the documentation of ExpDE for details of the
underlying algorithm.
Usage
ExpDE2(method.name, problem.name, seed = NULL)
Value
A single scalar value representing the final value returned by
running the DE method specified by `method.name` on the problem specified
by `problem.name`.
Arguments
method.name
A specific method key name, generated by gen_methods.
This must be a character string in the format "DE.[integer].[single letter]".
problem.name
A specific problem key name, generated by gen_problems.
This must be a character string in the format "Prob.[integer].[integer]".
seed
positive integer, seed for the random number generator.