C# Class AIMA.Core.Search.Local.Scheduler

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
Scheduler ( ) : System
Scheduler ( int k, double lam, int limit ) : System
getTemp ( int t ) : double

Method Details

Scheduler() public method

public Scheduler ( ) : System
return System

Scheduler() public method

public Scheduler ( int k, double lam, int limit ) : System
k int
lam double
limit int
return System

getTemp() public method

public getTemp ( int t ) : double
t int
return double