paper-with-me

Papers

A Java Implementation of Parameter-less Evolutionary Algorithms

2015-06-26 · José C. Pereira, Fernando G. Lobo

The Parameter-less Genetic Algorithm was first presented by Harik and Lobo in 1999 as an alternative to the usual trial-and-error method of finding, for each given problem, an acceptable set-up of the parameter values of the genetic algorithm. Since then, the same strategy has been successfully applied to create parameter-less versions of other population-based search algorithms such as the Extended Compact Genetic Algorithm and the Hierarchical Bayesian Optimization Algorithm. This report describes a Java implementation, Parameter-less Evolutionary Algorithm (P-EAJava), that integrates several parameter-less evolutionary algorithms into a single platform. Along with a brief description of P-EAJava, we also provide detailed instructions on how to use it, how to implement new problems, and how to generate new parameter-less versions of evolutionary algorithms. At present time, P-EAJava already includes parameter-less versions of the Simple Genetic Algorithm, the Extended Compact Genetic Algorithm, the Univariate Marginal Distribution Algorithm, and the Hierarchical Bayesian Optimization Algorithm. The source and binary files of the Java implementation of P-EAJava are available for free download at https://github.com/JoseCPereira/2015ParameterlessEvolutionaryAlgorithmsJava.

📄 PDF Abstract BibTeX arXiv:1506.08694

Code (1)

JoseCPereira/2015ParameterlessEvolutionaryAlgorithmsJava 공식 구현

Tasks

Bayesian OptimizationEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Java Implementation of a Parameter-less Evolutionary Portfolio

2015-06-26 · José C. Pereira, Fernando G. Lobo

The Java implementation of a portfolio of parameter-less evolutionary algorithms is presented. The Parameter-less Evolutionary Portfolio implements a heuristic that performs adaptive selection of parameter-less evolution…

Bayesian OptimizationEvolutionary Algorithms

A Java Implementation of the SGA, UMDA, ECGA, and HBOA

2015-06-26 · José C. Pereira, Fernando G. Lobo

The Simple Genetic Algorithm, the Univariate Marginal Distribution Algorithm, the Extended Compact Genetic Algorithm, and the Hierarchical Bayesian Optimization Algorithm are all well known Evolutionary Algorithms. In …

Bayesian OptimizationEvolutionary Algorithms

NodIO, a JavaScript framework for volunteer-based evolutionary algorithms : first results

2016-01-07 · Juan-J. Merelo, Mario García-Valdez, Pedro A. Castillo, Pablo García-Sánchez 외

JavaScript is an interpreted language mainly known for its inclusion in web browsers, making them a container for rich Internet based applications. This has inspired its use, for a long time, as a tool for evolutionary a…

Distributed ComputingEvolutionary Algorithms

Open Source Evolutionary Computation with Chips-n-Salsa

2024-12-02 · Vincent A. Cicirello

When it was first introduced, the Chips-n-Salsa Java library provided stochastic local search and related algorithms, with a focus on self-adaptation and parallel execution. For the past four years, we expanded its scope…

Evolutionary Algorithmstest driven development

NeuroEvo: A Cloud-based Platform for Automated Design and Training of Neural Networks using Evolutionary and Particle Swarm Algorithms

2022-10-01 · Philip Schroeder

Evolutionary algorithms (EAs) provide unique advantages for optimizing neural networks in complex search spaces. This paper introduces a new web platform, NeuroEvo (neuroevo.io), that allows users to interactively design…

Evolutionary AlgorithmsGPU