GA to maximize the fitness function : (2xz exp(-x) - 2y^3 + y^2 - 3z^3)
This task is for finding the ultimate parent child pairs.
-
ProgramminTask.ipynb file is a jupyter notebook file and can be directly open in google colab also.
-
data_parent.txt file is the data set file having tab seperated data.
-
test1.txt file is an example data set for testing algorithm.
-
testoutput.txt include the output of an algorithm using test1.txt file.
-
output.txt file include the final output against the data_parent data set.
-
Example1.png is graphical representation of the test1.txt data set.
-
Requirements and libraries used.
- Python 3.9.12
- pip 21.2.4
- pandas 1.4.2
- matplotlib 3.5.1