paper-with-me

홈 › Papers

Genetic algorithm formulation and tuning with use of test functions

2022-10-06 · Tomasz Tarkowski

This work discusses single-objective constrained genetic algorithm with floating-point, integer, binary and permutation representation. Floating-point genetic algorithm tuning with use of test functions is done and leads to a parameterization with comparatively outstanding performance.

📄 PDF Abstract BibTeX arXiv:2210.03217

Code (1)

ttarkowski/quile 공식 구현

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

A Linear Programming Enhanced Genetic Algorithm for Hyperparameter Tuning in Machine Learning

2024-06-30 · Ankur Sinha, Paritosh Pankaj

In this paper, we formulate the hyperparameter tuning problem in machine learning as a bilevel program. The bilevel program is solved using a micro genetic algorithm that is enhanced with a linear program. While the gene…

An improved chromosome formulation for genetic algorithms applied to variable selection with the inclusion of interaction terms

2016-04-22 · Chee Chun Gan, Gerard Learmonth

Genetic algorithms are a well-known method for tackling the problem of variable selection. As they are non-parametric and can use a large variety of fitness functions, they are well-suited as a variable selection wrapper…

Computational EfficiencyVariable Selection

A Systematic Study on the Design of Odd-Sized Highly Nonlinear Boolean Functions via Evolutionary Algorithms

2025-04-24 · Claude Carlet, Marko Đurasevic, Domagoj Jakobovic, Stjepan Picek 외

This paper focuses on the problem of evolving Boolean functions of odd sizes with high nonlinearity, a property of cryptographic relevance. Despite its simple formulation, this problem turns out to be remarkably difficul…

Evolutionary Algorithms

An Improved Genetic Algorithm and Its Application in Neural Network Adversarial Attack

2021-10-05 · Dingming Yang, Zeyu Yu, Hongqiang Yuan, Yanrong Cui

The choice of crossover and mutation strategies plays a crucial role in the searchability, convergence efficiency and precision of genetic algorithms. In this paper, a novel improved genetic algorithm is proposed by impr…

Adversarial Attack

Population network structure impacts genetic algorithm optimisation performance

2021-04-09 · Aymeric Vie

A genetic algorithm (GA) is a search method that optimises a population of solutions by simulating natural evolution. Good solutions reproduce together to create better candidates. The standard GA assumes that any two so…

Evolutionary Algorithms