Last change
on this file since 17393 was
15315,
checked in by jschiess, 7 years ago
|
#1836 SA reheating strategies:
+ Finalized strategies
+ Added temperature initializer mechanism
|
File size:
284 bytes
|
Line | |
---|
1 | using HeuristicLab.Core;
|
---|
2 | using System;
|
---|
3 | using System.Collections.Generic;
|
---|
4 | using System.Linq;
|
---|
5 | using System.Text;
|
---|
6 | using System.Threading.Tasks;
|
---|
7 |
|
---|
8 | namespace HeuristicLab.Algorithms.SimulatedAnnealing
|
---|
9 | {
|
---|
10 | public interface ITemperatureInitializer : IOperator
|
---|
11 | {
|
---|
12 | }
|
---|
13 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.