Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1023 Bytes

File metadata and controls

22 lines (12 loc) · 1023 Bytes

Java learning Journey This repository contains my progress in advanced Java Programming and competitive coding. Current Projects

  • Genetic Algorithm : A program that uses evolutionary principles (selection,crossover,Mutation) .

Currently I am on step 1: Creating initial population. GeneticAlgorithm.java

I had finally completed my whole program in case in future there will be an I would try my best to resolve it. In this program I had included logic of combination i.e Maths for Crossing over of chromosome or string.I had also added Mutation for making the program more same as in real world.The program generates all possible generation needed to form particular chromosome or string entered by the user.

Final program: GeneticAlgorithm.java

I hope you like the program.My next program would come very soon.I am still thinking which program to make.