Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blackrock/HOLA
/ types & classes
Types & classes
115 in github.com/blackrock/HOLA
⨍
Functions
1,098
◇
Types & classes
115
↳
Endpoints
1
↓ 103 callers
Class
Real
hola-py/src/lib.rs:35
↓ 100 callers
Class
Minimize
hola-py/src/lib.rs:123
↓ 90 callers
Class
Study
hola-py/src/lib.rs:462
↓ 87 callers
Class
Space
hola-py/src/lib.rs:297
↓ 13 callers
Class
Integer
hola-py/src/lib.rs:74
↓ 13 callers
Class
SingleObjectiveProblem
A single-objective benchmark problem.
hola-py/benchmarks/problems/registry.py:23
↓ 12 callers
Class
Categorical
hola-py/src/lib.rs:92
↓ 8 callers
Class
GroupedTlpObjective
Configuration for one objective in a grouped TLP problem.
hola-py/benchmarks/problems/registry.py:59
↓ 8 callers
Class
MultiObjectiveProblem
A multi-objective benchmark problem.
hola-py/benchmarks/problems/registry.py:38
↓ 5 callers
Class
Gmm
hola-py/src/lib.rs:219
↓ 4 callers
Class
HolaSingleObjectiveAdapter
HOLA single-objective adapter with configurable strategy.
hola-py/benchmarks/adapters/hola_adapter.py:33
↓ 4 callers
Class
Maximize
hola-py/src/lib.rs:168
↓ 4 callers
Class
MultiObjectiveResult
Result of a multi-objective optimization run.
hola-py/benchmarks/adapters/base.py:38
↓ 4 callers
Class
PymooSingleAdapter
Generic pymoo single-objective adapter.
hola-py/benchmarks/adapters/pymoo_single.py:52
↓ 4 callers
Class
ResultStore
Thread-safe CSV result store with resume support.
hola-py/benchmarks/data/persistence.py:27
↓ 4 callers
Class
SingleObjectiveResult
Result of a single-objective optimization run.
hola-py/benchmarks/adapters/base.py:28
↓ 3 callers
Class
HolaMultiObjectiveAdapter
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 callers
Class
GroupedTlpProblem
A grouped TLP benchmark problem (HOLA-specific).
hola-py/benchmarks/problems/registry.py:70
↓ 2 callers
Class
RunConfig
Configuration for a benchmark run.
hola-py/benchmarks/runner/config.py:22
↓ 2 callers
Class
_MOBenchmarkProblem
Wraps a MultiObjectiveProblem for pymoo.
hola-py/benchmarks/adapters/pymoo_multi.py:31
↓ 1 callers
Class
IGRAdapter
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 callers
Class
OptunaNSGAIIAdapter
NSGA-II via Optuna for multi-objective optimization.
hola-py/benchmarks/adapters/optuna_adapter.py:71
↓ 1 callers
Class
OptunaTPEAdapter
Tree-structured Parzen Estimator via Optuna.
hola-py/benchmarks/adapters/optuna_adapter.py:34
↓ 1 callers
Class
PymooMOEADAdapter
MOEA/D via pymoo.
hola-py/benchmarks/adapters/pymoo_multi.py:75
↓ 1 callers
Class
PymooNSGAIIAdapter
NSGA-II via pymoo.
hola-py/benchmarks/adapters/pymoo_multi.py:52
↓ 1 callers
Class
Random
hola-py/src/lib.rs:280
↓ 1 callers
Class
RandomDoubleAdapter
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 callers
Class
Sobol
hola-py/src/lib.rs:264
↓ 1 callers
Class
_BenchmarkProblem
Wraps a SingleObjectiveProblem for pymoo.
hola-py/benchmarks/adapters/pymoo_single.py:32
Class
AutoCheckpointConfig
opt_engine/src/persistence.rs:480
Class
AutoStrategy
hola/src/hola_engine.rs:433
Class
AutoStrategySerde
hola/src/hola_engine.rs:514
Class
BranchingSpace
opt_engine/src/spaces/combinators.rs:94
Class
CancelRequest
hola/src/server.rs:126
Class
CappedOutput
Result of running a child command with bounded output capture.
hola-cli/src/main.rs:160
Class
CappedRead
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
Class
CategoricalSpace
opt_engine/src/spaces/categorical.rs:27
Class
Checkpoint
opt_engine/src/persistence.rs:142
Class
CheckpointConfig
hola/src/hola_engine.rs:716
Enum
CheckpointLoadKind
hola/src/hola_engine.rs:961
Class
CheckpointMetadata
opt_engine/src/persistence.rs:82
Class
CheckpointProbe
opt_engine/src/persistence.rs:341
Class
Cli
hola-cli/src/main.rs:26
Enum
Commands
hola-cli/src/main.rs:32
Class
CompletedTrial
hola-py/src/lib.rs:368
Class
CompletedTrial
hola/src/hola_engine.rs:935
Class
ContinuousSpace
opt_engine/src/spaces/continuous.rs:31
Class
CountingReader
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
Class
DiscreteSpace
opt_engine/src/spaces/discrete.rs:25
Enum
DynDimension
hola/src/hola_engine.rs:84
Enum
DynLeaderboard
hola/src/hola_engine.rs:983
Class
DynSpace
hola/src/hola_engine.rs:237
Class
DynStrategy
hola/src/hola_engine.rs:536
Enum
DynStrategyInner
hola/src/hola_engine.rs:416
Class
DynTrial
hola/src/hola_engine.rs:924
Enum
EitherDomain
opt_engine/src/spaces/combinators.rs:82
Enum
EngineEvent
hola/src/server.rs:66
Class
ErrorResponse
hola/src/server.rs:172
Enum
ExecOutcome
The decision an exec-mode worker makes after a command completes.
hola-cli/src/main.rs:209
Class
GaussianComponent
opt_engine/src/strategies/gmm.rs:60
Class
GaussianComponentSerde
opt_engine/src/strategies/gmm.rs:172
Class
GmmParams
opt_engine/src/strategies/gmm.rs:220
Class
GmmParamsSerde
opt_engine/src/strategies/gmm.rs:233
Class
GmmRefitConfig
opt_engine/src/strategies/gmm.rs:856
Class
GmmStrategy
opt_engine/src/strategies/gmm.rs:679
Class
HighDimSpace
A test space with arbitrary dimensionality mapping to a `Vec<f64>`.
opt_engine/src/strategies/sobol.rs:361
Class
HolaEngine
hola/src/hola_engine.rs:1585
Class
HolaEngineState
hola/src/hola_engine.rs:1606
Class
Leaderboard
opt_engine/src/leaderboard.rs:107
Class
LeaderboardCheckpoint
opt_engine/src/persistence.rs:225
Class
LeaderboardData
opt_engine/src/leaderboard.rs:138
Class
LinearScale
opt_engine/src/scales.rs:50
Class
Log10Scale
opt_engine/src/scales.rs:114
Class
LogScale
opt_engine/src/scales.rs:81
Class
MetadataProbe
opt_engine/src/persistence.rs:346
Class
MismatchSpace
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
Class
MismatchSpace
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
Class
MultiObjectiveOptimizer
Interface for multi-objective optimizers.
hola-py/benchmarks/adapters/base.py:60
Class
ObjectiveConfig
hola/src/hola_engine.rs:644
Enum
ObservationKind
opt_engine/src/persistence.rs:61
Enum
ParamConfig
hola/src/hola_engine.rs:623
Class
ParamInfo
hola/src/hola_engine.rs:64
Class
ParetoQuery
hola/src/server.rs:138
Class
ProductSpace
opt_engine/src/spaces/combinators.rs:22
Class
RandomStrategy
opt_engine/src/strategies/random.rs:37
Class
RankedTrial
opt_engine/src/leaderboard.rs:1379
Class
RefitConfig
opt_engine/src/traits.rs:182
Interface
RefittableStrategy
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
Interface
SampleSpace
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
Class
SaveCheckpointRequest
hola/src/server.rs:160
Interface
Scale
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
Class
ServerOptions
hola/src/server.rs:88
Class
ServerState
hola/src/server.rs:79
Class
SingleObjectiveOptimizer
Interface for single-objective optimizers.
hola-py/benchmarks/adapters/base.py:46
Class
SobolStrategy
opt_engine/src/strategies/sobol.rs:81
Interface
StandardizedSpace
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
Interface
Strategy
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
Class
StrategyConfig
hola/src/hola_engine.rs:667
Class
StudyConfig
hola/src/hola_engine.rs:693
Enum
StudyInner
hola-py/src/lib.rs:429
next →
1–100 of 115, ranked by callers