Search
Preparing search index...
The search index is not available
quantlib.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"ql/experimental/math/fireflyalgorithm"
LevyFlightWalk
Class LevyFlightWalk
Levy Flight Random Walk
Hierarchy
DistributionRandomWalk
LevyFlightWalk
Index
Constructors
constructor
Properties
_
Mfa
_N
_delta
_lX
_uX
_values
_walk
Random
_x
_xRW
Methods
init
walk
walk
Impl
Constructors
constructor
new
Levy
Flight
Walk
(
alpha
:
Real
, xm
?:
Real
, delta
?:
Real
, seed
?:
Size
)
:
LevyFlightWalk
Parameters
alpha:
Real
Default value
xm:
Real
= 0.5
Default value
delta:
Real
= 0.9
Default value
seed:
Size
= SeedGenerator.get()
Returns
LevyFlightWalk
Properties
Protected
_
Mfa
_
Mfa
:
Size
Protected
_N
_N
:
Size
Protected
_delta
_delta
:
Real
Protected
_lX
_lX
:
Real
[]
Protected
_uX
_uX
:
Real
[]
Protected
_values
_values
:
Array
<
[
Real
,
Size
]
>
Protected
_walk
Random
_walk
Random
:
IsotropicRandomWalk
Protected
_x
_x
:
Real
[]
[]
Protected
_xRW
_xRW
:
Real
[]
[]
Methods
init
init
(
fa
:
FireflyAlgorithm
)
:
void
Parameters
fa:
FireflyAlgorithm
Returns
void
walk
walk
(
)
:
void
Returns
void
Protected
walk
Impl
walk
Impl
(
xRW
:
Real
[]
)
:
void
Parameters
xRW:
Real
[]
Returns
void
Globals
"ql/experimental/math/fireflyalgorithm"
Decreasing
Gaussian
Walk
Distribution
Random
Walk
Exponential
Intensity
Firefly
Algorithm
Gaussian
Walk
Inverse
Law
Square
Intensity
Levy
Flight
Walk
constructor
_
Mfa
_N
_delta
_lX
_uX
_values
_walk
Random
_x
_xRW
init
walk
walk
Impl
Levy Flight Random Walk