Skip to content

tocaRepo/genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Genetic Algorithm

In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on biologically inspired operators such as mutation, crossover and selection.

Description

Simple project to introduce anyone to GA, currently the population will try to solve the One max problem.

Getting Started

Dependencies

  • Java
  • Gradle

Installing

  • java
  • intellij

Executing program

  • Build the project with gradle
  • go into the main class and change the variable as you please
  • run main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages