Free cookie consent management tool by TermsFeed Policy Generator

source: branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ITemperatureInitializer.cs @ 15315

Last change on this file since 15315 was 15315, checked in by jschiess, 7 years ago

#1836 SA reheating strategies:
+ Finalized strategies
+ Added temperature initializer mechanism

File size: 284 bytes
Line 
1using HeuristicLab.Core;
2using System;
3using System.Collections.Generic;
4using System.Linq;
5using System.Text;
6using System.Threading.Tasks;
7
8namespace HeuristicLab.Algorithms.SimulatedAnnealing
9{
10    public interface ITemperatureInitializer : IOperator
11    {
12    }
13}
Note: See TracBrowser for help on using the repository browser.