Свойство | Тип | Описание | |
---|---|---|---|
m_BestNextCandidate | float[] | ||
m_SearchAttemptsLeft | float | ||
m_lastrun | long | ||
m_lastrunmask | long |
Свойство | Тип | Описание | |
---|---|---|---|
InitializeNewCandidate | void | ||
InitializeParams | void | ||
SearchForParams | void | ||
UpdateSearchSpreadFactor | void |
Метод | Описание | |
---|---|---|
ChaoticMap ( string name ) : System | ||
LyapunovExponent ( System.Vector4 startingPoint, int stepsCount = 100, float dt = 0.1f, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple |
Lyapunovs the exponent.
|
|
LyapunovExponent ( int stepsCount = 100, float dt = 0.1f, float seedExtent = 5, int seedCount = 5, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple |
Lyapunovs the exponent.
|
|
UpdateMap ( System.DateTime simtime, long step ) : void |
Метод | Описание | |
---|---|---|
InitializeNewCandidate ( ) : void | ||
InitializeParams ( ) : void | ||
SearchForParams ( ) : void | ||
UpdateSearchSpreadFactor ( bool solutionFound ) : void |
public ChaoticMap ( string name ) : System | ||
name | string | |
Результат | System |
public LyapunovExponent ( System.Vector4 startingPoint, int stepsCount = 100, float dt = 0.1f, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple |
||
startingPoint | System.Vector4 | /// Starting point. /// |
stepsCount | int | /// Steps count. /// |
dt | float | /// Dt. /// |
orbitDistanceLimit | float | /// Orbit distance limit. /// |
Результат | Vector4>.Tuple |
public LyapunovExponent ( int stepsCount = 100, float dt = 0.1f, float seedExtent = 5, int seedCount = 5, float orbitDistanceLimit = 1000 ) : Vector4>.Tuple |
||
stepsCount | int | /// Steps count. /// |
dt | float | /// Dt. /// |
seedExtent | float | /// Seed extent. /// |
seedCount | int | /// Seed count. /// |
orbitDistanceLimit | float | /// Orbit distance limit. /// |
Результат | Vector4>.Tuple |
public UpdateMap ( System.DateTime simtime, long step ) : void | ||
simtime | System.DateTime | |
step | long | |
Результат | void |