/Genetic-Algorithms

This repository contains all my implementation solutions for the Genetic algorithms course in college.

Primary LanguageC++

Genetic-Algorithms

This repository contains all my implementation solutions for the Genetic algorithms course in college.

Content:

A genetic algorithms solution for the known knapsack problem where we're trying to put the maximum possible valued items into the knapsack

A genetic algorithms solution for the smooth curve fitting problem where we're trying to get the best coefficients for a polynomial function to maximally fit all the points of the input.

A fuzzy logic system for predicting the risk of a certain team formation based on the project fund and the experience level.