|
|
|
rot(self,
x,
fun,
rot=1,
args=( ) )
returns fun(rotation(x), *args), ie. fun applied to a rotated argument |
source code
|
|
|
somenan(self,
x,
fun,
p=0.1)
returns sometimes np.NaN, otherwise fun(x) |
source code
|
|
|
rand(self,
x)
Random test objective function |
source code
|
|
|
|
|
|
|
sphere(self,
x)
Sphere (squared norm) test objective function |
source code
|
|
|
|
|
|
|
sphere_pos(self,
x)
Sphere (squared norm) test objective function |
source code
|
|
|
|
|
|
|
|
|
noisysphere(self,
x,
noise=2.1e-09,
cond=1.0,
noise_offset=0.1)
noise=10 does not work with default popsize, noise handling does not help |
source code
|
|
|
spherew(self,
x)
Sphere (squared norm) with sum x_i = 1 test objective function |
source code
|
|
|
partsphere(self,
x)
Sphere (squared norm) test objective function |
source code
|
|
|
sectorsphere(self,
x)
asymmetric Sphere (squared norm) test objective function |
source code
|
|
|
cornersphere(self,
x)
Sphere (squared norm) test objective function constraint to the corner |
source code
|
|
|
|
|
|
|
|
|
noiseC(self,
x,
func=<function sphere at 0x106bf6c08>,
fac=10,
expon=0.8) |
source code
|
|
|
noise(self,
x,
func=<function sphere at 0x106bf6c08>,
fac=10,
expon=1) |
source code
|
|
|
cigar(self,
x,
rot=0,
cond=1000000.0,
noise=0)
Cigar test objective function |
source code
|
|
|
|
|
|
|
tablet(self,
x,
rot=0)
Tablet test objective function |
source code
|
|
|
|
|
cigtab(self,
y)
Cigtab test objective function |
source code
|
|
|
twoaxes(self,
y)
Cigtab test objective function |
source code
|
|
|
|
|
|
|
|
|
elli(self,
x,
rot=0,
xoffset=0,
cond=1000000.0,
actuator_noise=0.0,
both=False)
Ellipsoid test objective function |
source code
|
|
|
|
|
|
|
grad_numerical(self,
x,
func,
epsilon=None)
symmetric gradient |
source code
|
|
|
elliconstraint(self,
x,
cfac=100000000.0,
tough=True,
cond=1000000.0)
ellipsoid test objective function with "constraints" |
source code
|
|
|
rosen(self,
x,
alpha=100.0)
Rosenbrock test objective function |
source code
|
|
|
|
|
diffpow(self,
x,
rot=0)
Diffpow test objective function |
source code
|
|
|
|
|
|
|
ridgecircle(self,
x,
expo=0.5)
happy cat by HG Beyer |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
rastrigin(self,
x)
Rastrigin test objective function |
source code
|
|
|
schaffer(self,
x)
Schaffer function x0 in [-100..100] |
source code
|
|
|
|
|
schwefelmult(self,
x,
pen_fac=10000.0)
multimodal Schwefel function with domain -500..500 |
source code
|
|
|
|
|
lincon(self,
x,
theta=0.01)
ridge like linear function with one linear constraint |
source code
|
|
|
|
|
|
|
|
|
|
|
bukin(self,
x)
Bukin function from Wikipedia, generalized simplistically from 2-D. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|