Awesome
Thermal design
Setup
Install dotnet core
Run the following commands:
- dotnet restore
- dotnet build
- dotnet run --project src\ThermalDesign.App\ThermalDesign.App.csproj
Input needed
Fitness Function
This must return a value representing how good the solution is. This will have to account for all scenarios for a given set of insulation values. This will have to account for all constraints. This function will replace the placeholder in ThermalFitness.cs.
Insulation ranges
Each of the seven segments must have a min and max insulation integer defined. These are defined in ThermalGenome.cs currently.