Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blackrock/HOLA
/ functions
Functions
1,098 in github.com/blackrock/HOLA
⨍
Functions
1,098
◇
Types & classes
115
↳
Endpoints
1
Method
isotropic
Create an isotropic (spherical) Gaussian component. Non-positive or non-finite variances are clamped to a small positive value so the covariance is a
opt_engine/src/strategies/gmm.rs:120
Function
leaderboard_pareto_front_excludes_dominated
()
opt_engine/tests/integration/leaderboard_scalability.rs:120
Function
leaderboard_scalability_scalar_ranking
()
opt_engine/tests/integration/leaderboard_scalability.rs:61
Function
leaderboard_scalability_vector_ranking
()
opt_engine/tests/integration/leaderboard_scalability.rs:78
Function
leaderboard_top_k_orders_best_first
()
opt_engine/tests/integration/leaderboard_scalability.rs:99
Function
levy_13
Levy N.13. Domain: x1, x2 in [-10, 10]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:99
Function
loadCheckpointFile
(event)
dashboard/app.js:240
Method
load_from_checkpoint
Load a study from a checkpoint file, reconstructing the engine from the embedded `StudyConfig`. The checkpoint must have been saved with the new form
hola/src/hola_engine.rs:2455
Method
load_from_reader
Load a checkpoint from a reader with a byte-size cap and a cheap-fail format-version gate. The reader is bounded to [`MAX_CHECKPOINT_BYTES`].
opt_engine/src/persistence.rs:208
Method
load_json
Load checkpoint from a JSON file. Enforces a byte-size cap ([`MAX_CHECKPOINT_BYTES`]) and validates the recorded format version (cheaply, before the
opt_engine/src/persistence.rs:180
Function
log_snippet
A short, single-line snippet of `text` suitable for a log message.
hola-cli/src/main.rs:176
Function
main
()
opt_engine/examples/persistence.rs:17
Function
main
()
opt_engine/examples/pareto_front.rs:17
Function
main
()
hola-cli/src/main.rs:290
Function
main_work
()
hola-py/tests/test_hola.py:911
Method
max_size
Current cap on stored trials, if any.
opt_engine/src/leaderboard.rs:255
Function
michalewicz
Michalewicz. Domain: xi in [0, pi]. Min: depends on n.
hola-py/benchmarks/functions/single_objective.py:155
Function
ml_grouped
ML-inspired grouped TLP benchmark. Hyper-parameters: n_estimators, max_depth, learning_rate, subsample. Performance group: {accuracy (R^2),
hola-py/benchmarks/functions/grouped_tlp.py:77
Method
mo_path
(self)
hola-py/benchmarks/data/persistence.py:40
Function
model_objective
Simulates a model with accuracy/latency trade-off. More layers → better accuracy but higher latency. Larger hidden size → better accuracy but
hola-py/examples/multi_objective.py:27
Function
multi_param_space
()
hola-py/tests/conftest.py:47
Method
n_objectives
(self)
hola-py/benchmarks/problems/registry.py:50
Method
name
()
opt_engine/src/scales.rs:53
Method
new
(min: f64, max: f64, scale: &str)
hola-py/src/lib.rs:48
Method
new
()
hola/src/hola_engine.rs:264
Method
new
(port: u16)
hola/src/server.rs:102
Method
new
(candidate: D, observation: Obs, trial_id: u64)
opt_engine/src/leaderboard.rs:56
Method
new
(n_trials: usize, description: Option<String>)
opt_engine/src/persistence.rs:96
Method
new
Create a random strategy with the given seed for reproducibility.
opt_engine/src/strategies/random.rs:75
Method
new
Create a new Sobol' strategy with the given scrambling seed. The seed randomizes the sequence while preserving its low-discrepancy properties. Differ
opt_engine/src/strategies/sobol.rs:124
Method
new
Create a new Gaussian component with robustness to near-singular covariances. If the covariance matrix is not positive definite, regularization is ap
opt_engine/src/strategies/gmm.rs:76
Method
new
(min: i64, max: i64)
opt_engine/src/spaces/discrete.rs:31
Method
new
# Panics Panics if `choices` is empty.
opt_engine/src/spaces/categorical.rs:34
Method
new
(min: f64, max: f64)
opt_engine/src/spaces/continuous.rs:38
Method
new_with_kind
Create a checkpoint and record the observation kind explicitly.
opt_engine/src/persistence.rs:252
Method
normalize_next_trial_id
Repair the internal next-ID counter after deserializing or manually modifying a leaderboard.
opt_engine/src/leaderboard.rs:412
Function
normalize_server_url_keeps_clean_url_unchanged
()
hola-cli/src/main.rs:619
Function
normalize_server_url_rejects_garbage
()
hola-cli/src/main.rs:641
Function
normalize_server_url_rejects_non_http_scheme
()
hola-cli/src/main.rs:634
Function
normalize_server_url_rejects_scheme_less
()
hola-cli/src/main.rs:626
Function
normalize_server_url_strips_trailing_slash
()
hola-cli/src/main.rs:612
Function
objective
(params)
hola-py/tests/test_hola.py:394
Function
objective
(params)
hola-py/tests/test_study_advanced.py:406
Method
objective
(trial: optuna.Trial)
hola-py/benchmarks/adapters/optuna_adapter.py:51
Method
objective
(trial: optuna.Trial)
hola-py/benchmarks/adapters/optuna_adapter.py:88
Method
observation_kind
The observation kind recorded in this checkpoint.
opt_engine/src/persistence.rs:266
Function
openFile
()
dashboard/app.js:1346
Method
optimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/pymoo_single.py:59
Method
optimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/hola_adapter.py:41
Method
optimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/hola_adapter.py:105
Method
optimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/optuna_adapter.py:76
Method
optimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/base.py:51
Method
optimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/base.py:65
Method
optimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/pymoo_multi.py:57
Method
optimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/pymoo_multi.py:80
Method
optimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/random_double.py:34
Method
pareto_front_sorted
Return trials on the Pareto front, sorted by a scalarizer. Useful for getting an ordered list of Pareto-optimal solutions.
opt_engine/src/leaderboard.rs:942
Function
pytest_configure
(config)
hola-py/tests/conftest.py:267
Method
rank_of
Compute the 0-indexed rank of a single trial without sorting or cloning the whole leaderboard. The rank is the number of stored trials that sort stri
opt_engine/src/leaderboard.rs:707
Function
rastrigin
Rastrigin. Domain: xi in [-5.12, 5.12]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:164
Function
read_capped_detects_truncation_and_drains
()
hola-cli/src/main.rs:553
Function
read_capped_no_truncation_when_under_cap
()
hola-cli/src/main.rs:576
Method
reconcile_after_refit
Reconcile a strategy produced by an off-lock refit with the strategy currently installed in the engine, before it is swapped back in. `self` is the f
opt_engine/src/traits.rs:167
Function
resetObjectives
()
dashboard/app.js:1211
Function
rosenbrock
(params)
hola-py/tests/test_study_advanced.py:429
Function
rosenbrock
Rosenbrock. Domain: xi in [-5, 10]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:171
Method
rotate_checkpoints
Delete oldest checkpoint files to keep at most `max` files.
hola/src/hola_engine.rs:2484
Function
run_capped_floods_both_pipes_without_deadlock
()
hola-cli/src/main.rs:584
Function
run_server
()
hola-py/tests/test_hola.py:892
Function
running_server
Start a HOLA server and yield its base URL. By default uses a simple 1D continuous space. Pass server_config marker to customize.
hola-py/tests/conftest.py:213
Function
saveCheckpoint
()
dashboard/app.js:1287
Function
save_figure
Save figure in PDF, PNG, and PGF formats.
hola-py/benchmarks/plotting/export.py:21
Method
save_json_compact
Save checkpoint as compact JSON (no pretty-printing). Uses atomic write (write-to-temp + fsync + rename) to prevent data loss.
opt_engine/src/persistence.rs:186
Method
save_to_writer
(&self, writer: W)
opt_engine/src/persistence.rs:201
Function
schaffer_2
Schaffer N.2. Domain: x1, x2 in [-100, 100]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:108
Function
schaffer_4
Schaffer N.4. Domain: x1, x2 in [-100, 100]. Min: 0.292579.
hola-py/benchmarks/functions/single_objective.py:116
Function
schwefel
Schwefel. Domain: xi in [-500, 500]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:177
Function
serialize_atomic
(val: &AtomicU64, serializer: S)
opt_engine/src/strategies/random.rs:48
Function
serialize_atomic
(val: &AtomicU32, serializer: S)
opt_engine/src/strategies/sobol.rs:94
Function
serialize_counter
(val: &AtomicU64, serializer: S)
opt_engine/src/strategies/gmm.rs:699
Function
serialize_gmm_params
( params: &Arc<RwLock<GmmParams>>, serializer: S, )
opt_engine/src/strategies/gmm.rs:714
Function
shubert
Shubert. Domain: x1, x2 in [-10, 10]. Min: -186.7309.
hola-py/benchmarks/functions/single_objective.py:124
Function
simple_space
()
hola-py/tests/conftest.py:37
Function
simulated_training
Fake training function that returns a loss depending on the optimizer choice.
hola-py/examples/categorical_demo.py:22
Method
single
Create a single-component GMM (just a multivariate normal).
opt_engine/src/strategies/gmm.rs:328
Function
six_hump_camel
Six-Hump Camel. Domain: x1 in [-3, 3], x2 in [-2, 2]. Min: -1.0316.
hola-py/benchmarks/functions/single_objective.py:132
Method
so_path
(self)
hola-py/benchmarks/data/persistence.py:36
Method
space
Access the space configuration.
hola/src/hola_engine.rs:2059
Function
sphere
(params)
hola-py/tests/test_study_advanced.py:344
Function
sphere_space
()
hola-py/tests/conftest.py:42
Function
synthetic_grouped
Synthetic grouped TLP benchmark. 4 raw objectives partitioned into 2 groups of 2. Decision variables: x0..x4 in [0, 1]. Group 1: f1 = ||
hola-py/benchmarks/functions/grouped_tlp.py:39
Function
test_all_classes_exported
Every class in the stubs must exist at runtime.
hola-py/tests/test_stubs.py:41
Function
test_all_in_module_all
__all__ must list every expected class.
hola-py/tests/test_stubs.py:53
Function
test_all_infeasible_with_neg_infinity
()
opt_engine/src/leaderboard.rs:2177
Function
test_append_and_len
()
opt_engine/src/leaderboard.rs:1419
Method
test_ask_returns_trial
(self)
hola-py/tests/test_server.py:44
Method
test_ask_tell_best_flow
(self)
hola-py/tests/test_server.py:52
Function
test_ask_tell_produce_unique_contiguous_ids
()
hola/src/hola_engine.rs:3558
Function
test_atomic_write_concurrent_saves_yield_valid_file
()
opt_engine/src/persistence.rs:796
Function
test_atomic_write_serialization_failure_leaves_no_temp
()
opt_engine/src/persistence.rs:847
← previous
next →
501–600 of 1,098, ranked by callers