Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

A coarse grain parallel genetic algorithm to find real and complex roots of a polynomial of degree n.

Notifications You must be signed in to change notification settings

tylerh111/polynomial-root-finder-pga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial-Root-Finding-pGA

In terminal:
$ git clone https://github.com/tylerh111/Polynomial-Root-Finding-pGA/

$ mkdir build/

$ cd build/

$ cmake ../

$ make

$ touch input.txt

$ mpirun -host ./Polynomial-Root-Finding-pGA input.txt [options]

Options for system


--population-size := specify population size

--accepted-error := specify accepted error

--mutation-rate := specify mutation rate

--mutation-radius := specify mutation radius

--starting-radius := specify starting radius

About

A coarse grain parallel genetic algorithm to find real and complex roots of a polynomial of degree n.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published