AlexNeagu123 / Global_Minimum-Genetic_Algorithms

Computing the Global Minimum of multidimensional Benchmark Functions using Genetic Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global_Minimum-Genetic_Algorithms

The main goal of this experiment is to compute the global minimum value of several multidimensional benchmark functions.

Consult Paper.pdf to see the contents of the experiment.

This paper describes a Genetic Algorithm with several optimizations including Meta-Algorithms, Gray Codes and Adaptive Parameters.

To see a C# implementation, check the src/C#_Code directory.

To see a C++ implementation, check the src/C++_Code directory.

About

Computing the Global Minimum of multidimensional Benchmark Functions using Genetic Algorithms


Languages

Language:C# 61.4%Language:C++ 38.6%