A mapping onto the simanneal library that will use Simulated Annealing algorithm to determine the best strategy

computer science

Description

Create a simulation of F1 tyres taking into account tyre degradation on each lap (we will refer to tyre degradation from here on in as deg for short) that takes into account the fuel on board the car and how hard the car works the tyres 

• A mapping onto the simanneal library that will use Simulated Annealing algorithm to determine the best strategy 

• A mapping onto the deap library that will use genetic evolution to determine the best strategy 

• Using both mappings to determine the best strategy in a number of situations for three cars at a time 

Instruction Files

Related Questions in computer science category