paper-with-me

Papers

Fitness Approximation through Machine Learning

2023-09-06 · Itai Tzruia, Tomer Halperin, Moshe Sipper, Achiya Elyasaf

We present a novel approach to performing fitness approximation in genetic algorithms (GAs) using machine-learning (ML) models, through dynamic adaptation to the evolutionary state. Maintaining a dataset of sampled individuals along with their actual fitness scores, we continually update a fitness-approximation ML model throughout an evolutionary run. We compare different methods for: 1) switching between actual and approximate fitness, 2) sampling the population, and 3) weighting the samples. Experimental findings demonstrate significant improvement in evolutionary runtimes, with fitness scores that are either identical or slightly lower than that of the fully run GA -- depending on the ratio of approximate-to-actual-fitness computation. Although we focus on evolutionary agents in Gymnasium (game) simulators -- where fitness computation is costly -- our approach is generic and can be easily applied to many different domains.

📄 PDF Abstract BibTeX arXiv:2309.03318

Code (1)

itaitzruia4/approxml 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음
GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

A Theoretical Framework of Approximation Error Analysis of Evolutionary Algorithms

2018-10-26 · Jun He, Yu Chen, Yuren Zhou

In the empirical study of evolutionary algorithms, the solution quality is evaluated by either the fitness value or approximation error. The latter measures the fitness difference between an approximation solution and th…

Evolutionary Algorithms

Sparse dictionary learning recovers pleiotropy from human cell fitness screens

2021-11-11 · Joshua Pan, Jason J. Kwon, Jessica A. Talamas, Ashir A. Borah 외

In high-throughput functional genomic screens, each gene product is commonly assumed to exhibit a singular biological function within a defined protein complex or pathway. In practice, a single gene perturbation may indu…

Dictionary Learning

Fast differentiable DNA and protein sequence optimization for molecular design

2020-05-22 · Johannes Linder, Georg Seelig

Designing DNA and protein sequences with improved function has the potential to greatly accelerate synthetic biology. Machine learning models that accurately predict biological fitness from sequence are becoming a powerf…

Limiting fitness distributions in evolutionary dynamics

2015-11-01 · Matteo Smerlak, Ahmed Youssef

Darwinian evolution can be modeled in general terms as a flow in the space of fitness (i.e. reproductive rate) distributions. In the diffusion approximation, Tsimring et al. have showed that this flow admits "fitness wav…

Coevolutionary intransitivity in games: A landscape analysis

2015-01-16 · Hendrik Richter

Intransitivity is supposed to be a main reason for deficits in coevolutionary progress and inheritable superiority. Besides, coevolutionary dynamics is characterized by interactions yielding subjective fitness, but aimin…