MCPcopy Create free account

hub / github.com/JasperSnoek/spearmint / types & classes

Types & classes52 in github.com/JasperSnoek/spearmint

↓ 30 callersClass_Error
generic exception of cma module
spearmint/spearmint/chooser/cma.py:5854
↓ 8 callersClassOptions
``Options()`` returns a dictionary with the available options and their default values for function fmin and for class CMAEvolutionStrategy.
spearmint/spearmint/chooser/cma.py:2692
↓ 6 callersClassCMADataLogger
data logger for class `CMAEvolutionStrategy`. The logger is identified by its name prefix and writes or reads according data files. E
spearmint/spearmint/chooser/cma.py:3331
↓ 6 callersClassLocker
spearmint/spearmint/Locker.py:32
↓ 5 callersClassExperimentGrid
spearmint/spearmint/ExperimentGrid.py:43
↓ 4 callersClassBlancClass
blanc container class for having a collection of attributes
spearmint/spearmint/chooser/cma.py:330
↓ 3 callersClassCMAEvolutionStrategy
CMA-ES stochastic optimizer class with ask-and-tell interface. See `fmin` for the one-line-call functional interface. Calling sequence
spearmint/spearmint/chooser/cma.py:1192
↓ 3 callersClassExperimentGrid
spearmint-lite/ExperimentGrid.py:39
↓ 2 callersClassBestSolution
container to keep track of the best solution seen
spearmint/spearmint/chooser/cma.py:457
↓ 2 callersClassCMAStopDict
keep and update a termination condition dictionary, which is "usually" empty and returned by `CMAEvolutionStrategy.stop()`. Details -
spearmint/spearmint/chooser/cma.py:3156
↓ 2 callersClassGridMap
spearmint-lite/ExperimentGrid.py:205
↓ 2 callersClassJob
spearmint/spearmint/spearmint_pb2.py:348
↓ 1 callersClassAII
unstable experimental code, updates ps, sigma, sigmai, pr, r, sigma_r, mean, all from self. Depends on that the ordering of solutions has
spearmint/spearmint/chooser/cma.py:4837
↓ 1 callersClassBoundPenalty
Computes the boundary penalty. Must be updated each iteration, using the `update` method. Details ------- The penalty computes l
spearmint/spearmint/chooser/cma.py:511
↓ 1 callersClassCMAChooser
spearmint/spearmint/chooser/CMAChooser.py:12
↓ 1 callersClassCMAParameters
strategy parameters like population size and learning rates. Note: contrary to `Options`, `CMAParameters` is not (yet) part of the
spearmint/spearmint/chooser/cma.py:2960
↓ 1 callersClassElapsedTime
32-bit C overflows after int(2**32/1e6) == 4294s about 72 min
spearmint/spearmint/chooser/cma.py:5861
↓ 1 callersClassExperiment
spearmint/spearmint/spearmint_pb2.py:360
↓ 1 callersClassFitnessFunctions
versatile container for test objective functions
spearmint/spearmint/chooser/cma.py:6446
↓ 1 callersClassGP
spearmint/spearmint/gp.py:134
↓ 1 callersClassGPConstrainedEIChooser
spearmint/spearmint/chooser/GPConstrainedEIChooser.py:61
↓ 1 callersClassGPEIChooser
spearmint/spearmint/chooser/GPEIChooser.py:48
↓ 1 callersClassGPEIOptChooser
spearmint/spearmint/chooser/GPEIOptChooser.py:55
↓ 1 callersClassGPEIperSecChooser
spearmint/spearmint/chooser/GPEIperSecChooser.py:49
↓ 1 callersClassGenoPheno
Genotype-phenotype transformation. Method `pheno` provides the transformation from geno- to phenotype, that is from the internal represent
spearmint/spearmint/chooser/cma.py:763
↓ 1 callersClassGridMap
spearmint/spearmint/ExperimentGrid.py:198
↓ 1 callersClassLocalDriver
spearmint/spearmint/driver/local.py:9
↓ 1 callersClassLocker
spearmint-lite/Locker.py:32
↓ 1 callersClassNoiseHandler
Noise handling according to [Hansen et al 2009, A Method for Handling Uncertainty in Evolutionary Optimization...] The interface of this c
spearmint/spearmint/chooser/cma.py:5450
↓ 1 callersClassParameter
spearmint-lite/ExperimentGrid.py:193
↓ 1 callersClassParameter
spearmint/spearmint/spearmint_pb2.py:354
↓ 1 callersClassRandomChooser
spearmint/spearmint/chooser/RandomChooser.py:28
↓ 1 callersClassRandomForestEIChooser
spearmint/spearmint/chooser/RandomForestEIChooser.py:28
↓ 1 callersClassRandomForestRegressorWithVariance
spearmint/spearmint/chooser/RandomForestEIChooser.py:14
↓ 1 callersClassRotation
Rotation class that implements an orthogonal linear transformation, one for each dimension. Used to implement non-separable test functions.
spearmint/spearmint/chooser/cma.py:6407
↓ 1 callersClassSGEDriver
spearmint/spearmint/driver/sge.py:27
↓ 1 callersClassSequentialChooser
spearmint/spearmint/chooser/SequentialChooser.py:27
↓ 1 callersClassSolutionDict
dictionary with computation of an hash key for the inserted solutions and a stack of previously inserted same solutions. Each entry is meant
spearmint/spearmint/chooser/cma.py:360
↓ 1 callersClassSpearmintWebApp
spearmint/spearmint/web/app.py:12
ClassBaseDataLogger
abstract" base class for a data logger that can be used with an `OOOptimizer`
spearmint/spearmint/chooser/cma.py:3307
ClassBaseDataLogger2
abstract" base class for a data logger that can be used with an `OOOptimizer`
spearmint/spearmint/chooser/cma.py:3287
ClassDEAPCMADataLogger
data logger for class `Strategy`. The logger is identified by its name prefix and writes or reads according data files. Examples
spearmint/spearmint/chooser/cma.py:4097
ClassDerivedDictBase
for conveniently adding features to a dictionary. The actual dictionary is in ``self.data``. Copy-paste and modify setitem, getitem, and del
spearmint/spearmint/chooser/cma.py:336
ClassDispatchDriver
spearmint/spearmint/driver/dispatch.py:3
ClassGenoPhenoBase
depreciated, abstract base class for genotyp-phenotype transformation, to be implemented. See (and rather use) option ``transformation`` o
spearmint/spearmint/chooser/cma.py:729
ClassMathHelperFunctions
static convenience math helper functions, if the function name is preceded with an "a", a numpy array is returned
spearmint/spearmint/chooser/cma.py:5899
ClassMisc
spearmint/spearmint/chooser/cma.py:5895
ClassOOOptimizer
abstract" base class for an OO optimizer interface with methods `__init__`, `ask`, `tell`, `stop`, `result`, and `optimize`. Only `optimize`
spearmint/spearmint/chooser/cma.py:1032
ClassParameterSpec
spearmint/spearmint/spearmint_pb2.py:363
ClassSections
plot sections through an objective function. A first rational thing to do, when facing an (expensive) application. By default 6 points in ea
spearmint/spearmint/chooser/cma.py:5675
ClassSolutionDictOld
depreciated, SolutionDict should do, to be removed after SolutionDict has been successfully applied. dictionary with computation of an hash
spearmint/spearmint/chooser/cma.py:412
ClassTimeIt
spearmint/spearmint/chooser/cma.py:5891