scispace - formally typeset
Open AccessJournal ArticleDOI

Genetic Optimization Using Derivatives: The rgenoud Package for R

Reads0
Chats0
TLDR
This introduction to the R package rgenoud is a modied version of Mebane and Sekhon (2011), published in the Journal of Statistical Software and contains higher resolution gures.
Abstract
This introduction to the R package rgenoud is a modied version of Mebane and Sekhon (2011), published in the Journal of Statistical Software. That version of the introduction contains higher resolution gures. genoud is an R function that combines evolutionary algorithm methods with a derivativebased (quasi-Newton) method to solve dicult optimization problems. genoud may also be used for optimization problems for which derivatives do not exist. genoud 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 nd 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.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

fitdistrplus: An R Package for Fitting Distributions

TL;DR: Fitdistrplus as discussed by the authors provides functions for fitting univariate distributions to different types of data (continuous censored or non-censored data and discrete data) and allowing different estimation methods (maximum likelihood, moment matching, quantile matching and maximum goodness of fit estimation).
Journal ArticleDOI

Genetic Matching for Estimating Causal Effects: A General Multivariate Matching Method for Achieving Balance in Observational Studies

TL;DR: In this paper, a method of multivariate matching that uses an evolutionary search algorithm to determine the weight each covariate is given is presented. But it does not address the problem of covariate balance.
Journal ArticleDOI

DiceKriging, DiceOptim: Two R Packages for the Analysis of Computer Experiments by Kriging-Based Metamodeling and Optimization

TL;DR: The versatility of DiceKriging with respect to trend and noise specifications, covariance parameter estimation, as well as conditional and unconditional simulations are illustrated on the basis of several reproducible numerical experiments.
References
More filters
Book

Genetic algorithms in search, optimization, and machine learning

TL;DR: In this article, the authors present the computer techniques, mathematical tools, and research results that will enable both students and practitioners to apply genetic algorithms to problems in many fields, including computer programming and mathematics.
Book

An introduction to the bootstrap

TL;DR: This article presents bootstrap methods for estimation, using simple arguments, with Minitab macros for implementing these methods, as well as some examples of how these methods could be used for estimation purposes.
Book

Adaptation in natural and artificial systems

TL;DR: Names of founding work in the area of Adaptation and modiication, which aims to mimic biological optimization, and some (Non-GA) branches of AI.
Book

Genetic Algorithms

Related Papers (5)