Skip to content
View mariaVictoire's full-sized avatar

Block or report mariaVictoire

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mariaVictoire/README.md

Logo

Welcome to this GitHub project!

Initially, this project will focus on solving the famous Mastermind problem using an approach based on genetic algorithms. Next, attention turns to solving the Traveller's Problem (TSP), again exploiting the capabilities of genetic algorithms, while retaining as far as possible the key elements of the first program developed.

Finally, a crucial step is to generalize the code developed, in order to create a common base capable of solving a wide range of optimization problems.

💡 You can

Demo

Insert gif or link to demo

So, how does it work?

Solving the Mastermind problem with a genetic algorithm :

In this section, we implement a genetic algorithm to solve the Mastermind logic game, where you have to guess a secret color combination.

Solving the traveling salesman problem (TSP) with a genetic algorithm:

Here, we've adapted the previously coded genetic algorithm to solve the famous Traveling Salesman Problem (TSP), where the objective is to find the shortest path through a set of cities only once.

Generalizing code to solve different problems :

Finally, we generalized our code to solve different optimization problems.

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Documentation

Documentation

Popular repositories Loading

  1. myFirstRepo myFirstRepo Public

  2. test test Public

  3. mariaVictoire mariaVictoire Public

    Useful information about registered codes

  4. TEST2 TEST2 Public

  5. tp_DataProcess tp_DataProcess Public

    Forked from polomarcus/practical-work

    Scala

  6. TPs_Data_processing_ATMV TPs_Data_processing_ATMV Public

    Scala