C# Class opentk.System3.ChaoticMap

Show file Open project: smalld/particle_system

Protected Properties

Property Type Description
m_BestNextCandidate float[]
m_SearchAttemptsLeft float
m_lastrun long
m_lastrunmask long

Private Properties

Property Type Description
InitializeNewCandidate void
InitializeParams void
SearchForParams void
UpdateSearchSpreadFactor void

Public Methods

Method Description
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

Private Methods

Method Description
InitializeNewCandidate ( ) : void
InitializeParams ( ) : void
SearchForParams ( ) : void
UpdateSearchSpreadFactor ( bool solutionFound ) : void

Method Details

ChaoticMap() public method

public ChaoticMap ( string name ) : System
name string
return System

LyapunovExponent() public method

Lyapunovs the exponent.
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. ///
return Vector4>.Tuple

LyapunovExponent() public method

Lyapunovs the exponent.
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. ///
return Vector4>.Tuple

UpdateMap() public method

public UpdateMap ( System.DateTime simtime, long step ) : void
simtime System.DateTime
step long
return void

Property Details

m_BestNextCandidate protected property

protected float[] m_BestNextCandidate
return float[]

m_SearchAttemptsLeft protected property

protected float m_SearchAttemptsLeft
return float

m_lastrun protected property

protected long m_lastrun
return long

m_lastrunmask protected property

protected long m_lastrunmask
return long