Skip to content

JSabadin/GeneticAlgorithmEquationFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Genetic Algorithm Equation Finder

Project Overview

This project involves a program that utilizes a genetic algorithm to find an equation based on user input. Users input the desired number of terms and a target result, and the program finds an equation where the solution is as close to the target as possible.

How It Works

  • The genetic algorithm searches through a large set of potential equations.
  • It performs operations like selection, crossover, and mutation to evolve the equations.
  • The goal is to optimize the equation to be as close to the desired output as possible.

About

GA used to find an equation based on user input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages