Skip to content

simonjduff/ThermalDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thermal design

Setup

Install dotnet core

Run the following commands:

  1. dotnet restore
  2. dotnet build
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages