Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 590 Bytes

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.