Publication | Open Access
Genetic Optimization Using Derivatives: The<b>rgenoud</b>Package for<i>R</i>
645
Citations
23
References
2011
Year
Numerical AnalysisSearch OptimizationEngineeringGenetic AlgorithmsR FunctionGeneticsSearch SpaceComputational BiologyDerivative InformationGenetic EngineeringGenetic AlgorithmDerivative-free OptimizationEvolutionary AlgorithmsComputer ScienceLinear Optimization
Nonlinear optimization problems often lack global concavity, exhibit saddle points or discontinuities, and can have multiple local optima, making derivative‑based methods unreliable while purely genetic algorithms may be inefficient at local hill climbing, yet derivative information can still be valuable near the solution. The R package genoud merges evolutionary algorithms with a quasi‑Newton derivative method, handles problems without derivatives, accommodates nonlinear or discontinuous objectives, and supports parallel processing across CPUs or clusters.
<b>genoud</b> is an R function that combines evolutionary algorithm methods with a derivative-based (quasi-Newton) method to solve difficult optimization problems. <b>genoud</b> may also be used for optimization problems for which derivatives do not exist. <b>genoud</b> solves problems that are nonlinear or perhaps even discontinuous in the parameters of the function to be optimized. When the function to be optimized (for example, a log-likelihood) is nonlinear in the model's parameters, the function will generally not be globally concave and may have irregularities such as saddlepoints or discontinuities. Optimization methods that rely on derivatives of the objective function may be unable to find any optimum at all. Multiple local optima may exist, so that there is no guarantee that a derivative-based method will converge to the global optimum. On the other hand, algorithms that do not use derivative information (such as pure genetic algorithms) are for many problems needlessly poor at local hill climbing. Most statistical problems are regular in a neighborhood of the solution. Therefore, for some portion of the search space, derivative information is useful. The function supports parallel processing on multiple CPUs on a single machine or a cluster of computers.
| Year | Citations | |
|---|---|---|
Page 1
Page 1