Skip to content

This program uses Differential Evolution to find the solutions to quadratic equations.

License

Notifications You must be signed in to change notification settings

nav9/DifferentialEvolutionQuadraticEquation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Differential Evolution Quadratic Equation

This program uses Differential Evolution to find the solutions to quadratic equations. As of now, the check of whether the roots are equal, is being done outside the fitness function. The fitness function has to be modified to incorporate the checking for roots using the sqrt(bb-4a*c) formula.

Donate

About

This program uses Differential Evolution to find the solutions to quadratic equations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages