Single Objective Genetic Algorithm

버전 1.0.0.0 (3.85 KB) 작성자: SKS Labs
Single Objective Genetic Algorithm with SBX Crossover & Polynomial Mutation
다운로드 수: 1.2K
업데이트 날짜: 2018/1/19

라이선스 보기

Genetic Algorithm is a single objective optimization technique for unconstrained optimization problems.
There are numerous implementations of GA and this one employs SBX Crossover and Polynomial Mutation.
This code is derived from the multi-objective implementation of NSGA-II by Arvind Sheshadari [1].

Note:
(i) Unlike other computational intelligence techniques, the number of functional evaluations cannot be deterministically determined based on the population size and the number of iterations.

(ii) The user defined parameters are (a) the population size, (b) the number of iterations, (c) the distribution index for the SBX operator, (d) the distribution index for polynomial mutation, (e) the tour size in the tournament selction and (f) the crossover probability. In this implementation, the pool size is set to half of the population size (rounded if the population size is an odd number). However this can be changed by the user.

(iii) This implementation ensures monotonic convergence.

References:
(1) https://in.mathworks.com/matlabcentral/fileexchange/10429-nsga-ii--a-multi-objective-optimization-algorithm

인용 양식

SKS Labs (2024). Single Objective Genetic Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/65767-single-objective-genetic-algorithm), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0