MCPcopy Create free account

hub / github.com/blackrock/HOLA / types & classes

Types & classes115 in github.com/blackrock/HOLA

↓ 103 callersClassReal
hola-py/src/lib.rs:35
↓ 100 callersClassMinimize
hola-py/src/lib.rs:123
↓ 90 callersClassStudy
hola-py/src/lib.rs:462
↓ 87 callersClassSpace
hola-py/src/lib.rs:297
↓ 13 callersClassInteger
hola-py/src/lib.rs:74
↓ 13 callersClassSingleObjectiveProblem
A single-objective benchmark problem.
hola-py/benchmarks/problems/registry.py:23
↓ 12 callersClassCategorical
hola-py/src/lib.rs:92
↓ 8 callersClassGroupedTlpObjective
Configuration for one objective in a grouped TLP problem.
hola-py/benchmarks/problems/registry.py:59
↓ 8 callersClassMultiObjectiveProblem
A multi-objective benchmark problem.
hola-py/benchmarks/problems/registry.py:38
↓ 5 callersClassGmm
hola-py/src/lib.rs:219
↓ 4 callersClassHolaSingleObjectiveAdapter
HOLA single-objective adapter with configurable strategy.
hola-py/benchmarks/adapters/hola_adapter.py:33
↓ 4 callersClassMaximize
hola-py/src/lib.rs:168
↓ 4 callersClassMultiObjectiveResult
Result of a multi-objective optimization run.
hola-py/benchmarks/adapters/base.py:38
↓ 4 callersClassPymooSingleAdapter
Generic pymoo single-objective adapter.
hola-py/benchmarks/adapters/pymoo_single.py:52
↓ 4 callersClassResultStore
Thread-safe CSV result store with resume support.
hola-py/benchmarks/data/persistence.py:27
↓ 4 callersClassSingleObjectiveResult
Result of a single-objective optimization run.
hola-py/benchmarks/adapters/base.py:28
↓ 3 callersClassHolaMultiObjectiveAdapter
HOLA multi-objective adapter. Each objective is its own priority group (the group defaults to the field name), so all objectives are Pareto-r
hola-py/benchmarks/adapters/hola_adapter.py:81
↓ 2 callersClassGroupedTlpProblem
A grouped TLP benchmark problem (HOLA-specific).
hola-py/benchmarks/problems/registry.py:70
↓ 2 callersClassRunConfig
Configuration for a benchmark run.
hola-py/benchmarks/runner/config.py:22
↓ 2 callersClass_MOBenchmarkProblem
Wraps a MultiObjectiveProblem for pymoo.
hola-py/benchmarks/adapters/pymoo_multi.py:31
↓ 1 callersClassIGRAdapter
Iterative Grid Refinement. Starts with a grid search over the full domain, finds the best point, shrinks the search region around it, and rep
hola-py/benchmarks/adapters/igr_adapter.py:27
↓ 1 callersClassOptunaNSGAIIAdapter
NSGA-II via Optuna for multi-objective optimization.
hola-py/benchmarks/adapters/optuna_adapter.py:71
↓ 1 callersClassOptunaTPEAdapter
Tree-structured Parzen Estimator via Optuna.
hola-py/benchmarks/adapters/optuna_adapter.py:34
↓ 1 callersClassPymooMOEADAdapter
MOEA/D via pymoo.
hola-py/benchmarks/adapters/pymoo_multi.py:75
↓ 1 callersClassPymooNSGAIIAdapter
NSGA-II via pymoo.
hola-py/benchmarks/adapters/pymoo_multi.py:52
↓ 1 callersClassRandom
hola-py/src/lib.rs:280
↓ 1 callersClassRandomDoubleAdapter
Random search with twice the iteration budget. Delegates to HOLA's random strategy but runs 2 * budget trials. This is a calibration baseline
hola-py/benchmarks/adapters/random_double.py:21
↓ 1 callersClassSobol
hola-py/src/lib.rs:264
↓ 1 callersClass_BenchmarkProblem
Wraps a SingleObjectiveProblem for pymoo.
hola-py/benchmarks/adapters/pymoo_single.py:32
ClassAutoCheckpointConfig
opt_engine/src/persistence.rs:480
ClassAutoStrategy
hola/src/hola_engine.rs:433
ClassAutoStrategySerde
hola/src/hola_engine.rs:514
ClassBranchingSpace
opt_engine/src/spaces/combinators.rs:94
ClassCancelRequest
hola/src/server.rs:126
ClassCappedOutput
Result of running a child command with bounded output capture.
hola-cli/src/main.rs:160
ClassCappedRead
Output of a single capped stream read: the captured (lossy UTF-8) text and whether the source exceeded MAX_CAPTURE_BYTES and was truncated.
hola-cli/src/main.rs:170
ClassCategoricalSpace
opt_engine/src/spaces/categorical.rs:27
ClassCheckpoint
opt_engine/src/persistence.rs:142
ClassCheckpointConfig
hola/src/hola_engine.rs:716
EnumCheckpointLoadKind
hola/src/hola_engine.rs:961
ClassCheckpointMetadata
opt_engine/src/persistence.rs:82
ClassCheckpointProbe
opt_engine/src/persistence.rs:341
ClassCli
hola-cli/src/main.rs:26
EnumCommands
hola-cli/src/main.rs:32
ClassCompletedTrial
hola-py/src/lib.rs:368
ClassCompletedTrial
hola/src/hola_engine.rs:935
ClassContinuousSpace
opt_engine/src/spaces/continuous.rs:31
ClassCountingReader
A reader that yields `total` bytes of 'a' without ever blocking, used to exercise the capture cap. Tracks how many bytes were actually consumed so a t
hola-cli/src/main.rs:532
ClassDiscreteSpace
opt_engine/src/spaces/discrete.rs:25
EnumDynDimension
hola/src/hola_engine.rs:84
EnumDynLeaderboard
hola/src/hola_engine.rs:983
ClassDynSpace
hola/src/hola_engine.rs:237
ClassDynStrategy
hola/src/hola_engine.rs:536
EnumDynStrategyInner
hola/src/hola_engine.rs:416
ClassDynTrial
hola/src/hola_engine.rs:924
EnumEitherDomain
opt_engine/src/spaces/combinators.rs:82
EnumEngineEvent
hola/src/server.rs:66
ClassErrorResponse
hola/src/server.rs:172
EnumExecOutcome
The decision an exec-mode worker makes after a command completes.
hola-cli/src/main.rs:209
ClassGaussianComponent
opt_engine/src/strategies/gmm.rs:60
ClassGaussianComponentSerde
opt_engine/src/strategies/gmm.rs:172
ClassGmmParams
opt_engine/src/strategies/gmm.rs:220
ClassGmmParamsSerde
opt_engine/src/strategies/gmm.rs:233
ClassGmmRefitConfig
opt_engine/src/strategies/gmm.rs:856
ClassGmmStrategy
opt_engine/src/strategies/gmm.rs:679
ClassHighDimSpace
A test space with arbitrary dimensionality mapping to a `Vec<f64>`.
opt_engine/src/strategies/sobol.rs:361
ClassHolaEngine
hola/src/hola_engine.rs:1585
ClassHolaEngineState
hola/src/hola_engine.rs:1606
ClassLeaderboard
opt_engine/src/leaderboard.rs:107
ClassLeaderboardCheckpoint
opt_engine/src/persistence.rs:225
ClassLeaderboardData
opt_engine/src/leaderboard.rs:138
ClassLinearScale
opt_engine/src/scales.rs:50
ClassLog10Scale
opt_engine/src/scales.rs:114
ClassLogScale
opt_engine/src/scales.rs:81
ClassMetadataProbe
opt_engine/src/persistence.rs:346
ClassMismatchSpace
A space whose `from_unit_cube` rejects the strategy's raw sample (any vector other than the exact midpoint) but accepts the `vec![0.5; n]` fallback. T
opt_engine/src/strategies/random.rs:222
ClassMismatchSpace
A space whose `from_unit_cube` rejects the strategy's raw sample (here, any vector other than the exact midpoint) but accepts the `vec![0.5; n]` fallb
opt_engine/src/strategies/sobol.rs:395
ClassMultiObjectiveOptimizer
Interface for multi-objective optimizers.
hola-py/benchmarks/adapters/base.py:60
ClassObjectiveConfig
hola/src/hola_engine.rs:644
EnumObservationKind
opt_engine/src/persistence.rs:61
EnumParamConfig
hola/src/hola_engine.rs:623
ClassParamInfo
hola/src/hola_engine.rs:64
ClassParetoQuery
hola/src/server.rs:138
ClassProductSpace
opt_engine/src/spaces/combinators.rs:22
ClassRandomStrategy
opt_engine/src/strategies/random.rs:37
ClassRankedTrial
opt_engine/src/leaderboard.rs:1379
ClassRefitConfig
opt_engine/src/traits.rs:182
InterfaceRefittableStrategy
Extension trait for strategies that can refit their internal distribution from historical trial data. This is separate from `Strategy` to: - Not burd
opt_engine/src/traits.rs:143
InterfaceSampleSpace
Defines the structure and validity rules for a hyperparameter search space. Every optimization problem starts with a `SampleSpace` that describes wha
opt_engine/src/traits.rs:37
ClassSaveCheckpointRequest
hola/src/server.rs:160
InterfaceScale
A bijective transformation between a linear internal space and the user-facing actual space. `forward` maps internal → actual; `inverse` maps actual
opt_engine/src/scales.rs:32
ClassServerOptions
hola/src/server.rs:88
ClassServerState
hola/src/server.rs:79
ClassSingleObjectiveOptimizer
Interface for single-objective optimizers.
hola-py/benchmarks/adapters/base.py:46
ClassSobolStrategy
opt_engine/src/strategies/sobol.rs:81
InterfaceStandardizedSpace
Optional extension of [`SampleSpace`] that provides a bijection to the unit hypercube `[0, 1]^n`. Strategies like [`RandomStrategy`](crate::strategie
opt_engine/src/traits.rs:66
InterfaceStrategy
A search algorithm that proposes candidate configurations and learns from results. The two associated types wire the strategy into the rest of the sy
opt_engine/src/traits.rs:86
ClassStrategyConfig
hola/src/hola_engine.rs:667
ClassStudyConfig
hola/src/hola_engine.rs:693
EnumStudyInner
hola-py/src/lib.rs:429
next →1–100 of 115, ranked by callers