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
↓ 1 callers
Function
example_2d
Optimize the 2D Branin function with ask/tell.
hola-py/examples/basic_optimization.py:51
↓ 1 callers
Method
exploration_budget
The exploration budget of the underlying `auto` strategy, if any. Used after a resume to re-anchor the refit schedule to the checkpoint's real budget
hola/src/hola_engine.rs:580
↓ 1 callers
Function
extract_param_config
(obj: &Bound<'_, PyAny>)
hola-py/src/lib.rs:318
↓ 1 callers
Function
fetchCompletedTrial
(trialId)
dashboard/app.js:228
↓ 1 callers
Function
findBest
()
dashboard/app.js:502
↓ 1 callers
Function
forrester
Forrester et al. (2008). Domain: x in [0, 1]. Min: -6.0267.
hola-py/benchmarks/functions/single_objective.py:38
↓ 1 callers
Function
ga_adapter
()
hola-py/benchmarks/adapters/pymoo_single.py:89
↓ 1 callers
Function
get_all_optimizers
()
hola-py/benchmarks/runner/run_multi_objective.py:27
↓ 1 callers
Function
get_all_optimizers
()
hola-py/benchmarks/runner/run_single_objective.py:34
↓ 1 callers
Method
get_refit_config
Get the current refit configuration.
opt_engine/src/strategies/gmm.rs:880
↓ 1 callers
Function
groupsOf
dashboard/app.js:328
↓ 1 callers
Function
handleEngineEvent
(event)
dashboard/app.js:217
↓ 1 callers
Function
handleStreamEvent
(chunk)
dashboard/app.js:198
↓ 1 callers
Function
hooke_jeeves_adapter
()
hola-py/benchmarks/adapters/pymoo_single.py:110
↓ 1 callers
Function
isParetoAxisPair
(xField, yField)
dashboard/app.js:815
↓ 1 callers
Function
is_feasible_multi
(observation: &BTreeMap<String, f64>)
opt_engine/src/leaderboard.rs:498
↓ 1 callers
Function
is_feasible_scalar
(observation: f64)
opt_engine/src/leaderboard.rs:490
↓ 1 callers
Function
is_local_host
(host: &str)
hola-cli/src/main.rs:103
↓ 1 callers
Function
kmeans_pp_init
K-means++ initialization for GMM fitting.
opt_engine/src/strategies/gmm.rs:590
↓ 1 callers
Function
load_config
(path: &PathBuf)
hola-cli/src/main.rs:97
↓ 1 callers
Method
log_pdf
(&self, x: &DVectorView<f64>)
opt_engine/src/strategies/gmm.rs:158
↓ 1 callers
Function
main
()
hola-py/examples/multi_objective.py:53
↓ 1 callers
Function
main
()
hola-py/examples/categorical_demo.py:47
↓ 1 callers
Function
main
()
hola-py/examples/gmm_explore_exploit.py:96
↓ 1 callers
Function
main
()
hola-py/examples/dashboard_stress_test.py:64
↓ 1 callers
Function
main
()
hola-py/examples/ml_hyperparameters.py:55
↓ 1 callers
Function
main
()
hola-py/benchmarks/__main__.py:20
↓ 1 callers
Function
main
(args: argparse.Namespace | None = None)
hola-py/benchmarks/runner/run_multi_objective.py:38
↓ 1 callers
Function
main
(args: argparse.Namespace | None = None)
hola-py/benchmarks/runner/run_single_objective.py:49
↓ 1 callers
Function
main
()
hola-py/benchmarks/plotting/multi_objective.py:80
↓ 1 callers
Function
main
()
hola-py/benchmarks/plotting/single_objective.py:103
↓ 1 callers
Method
max_size
The current retention cap, if any. `None` means unbounded.
hola/src/hola_engine.rs:1011
↓ 1 callers
Function
max_trials_config
(max_trials: usize)
hola/tests/integration/server.rs:822
↓ 1 callers
Method
migrate_for_objectives
(&mut self, objectives: &[ObjectiveConfig])
hola/src/hola_engine.rs:1125
↓ 1 callers
Function
min_max_normalize
Per (problem, budget), normalize value_col to [0, 1] via min-max. 0 = best, 1 = worst across all optimizers for that (problem, budget).
hola-py/benchmarks/data/normalize.py:19
↓ 1 callers
Function
multi_objective_config
()
hola/tests/integration/server.rs:847
↓ 1 callers
Method
n_components
(&self)
opt_engine/src/strategies/gmm.rs:341
↓ 1 callers
Function
nelder_mead_adapter
()
hola-py/benchmarks/adapters/pymoo_single.py:103
↓ 1 callers
Method
next_trial_id
(&self)
hola/src/hola_engine.rs:1056
↓ 1 callers
Method
next_trial_id
Return the next ID that can be assigned without reusing a stored trial ID.
opt_engine/src/leaderboard.rs:400
↓ 1 callers
Method
normalize_next_trial_id
(&mut self)
hola/src/hola_engine.rs:1075
↓ 1 callers
Function
observationToScoreVector
(observation)
dashboard/app.js:313
↓ 1 callers
Method
observation_kind
The observation topology of this leaderboard, used to tag checkpoints so loads do not have to guess Scalar-vs-Vector from current objectives.
hola/src/hola_engine.rs:1042
↓ 1 callers
Method
optimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/optuna_adapter.py:39
↓ 1 callers
Method
param_info
(&self)
hola/src/hola_engine.rs:186
↓ 1 callers
Method
params
Get a clone of the current GMM parameters.
opt_engine/src/strategies/gmm.rs:761
↓ 1 callers
Method
pareto_front_completed
Return trials on a specific Pareto front as CompletedTrial. Returns an empty list for scalar (single-group) studies, since Pareto ranking only applie
hola/src/hola_engine.rs:1332
↓ 1 callers
Method
pareto_front_for
Compute the Pareto front considering only specific objectives. Only considers feasible trials. Useful when you want to focus on a subset of objective
opt_engine/src/leaderboard.rs:859
↓ 1 callers
Method
pareto_rank_of
Compute the 0-indexed Pareto front membership of a single trial without cloning trials or running a full non-dominated sort of every front. The resul
opt_engine/src/leaderboard.rs:987
↓ 1 callers
Function
plot_box_per_benchmark
Box plot per benchmark showing distribution across runs.
hola-py/benchmarks/plotting/single_objective.py:70
↓ 1 callers
Function
plot_hv_by_budget
Bar plot of median hypervolume per optimizer, grouped by budget.
hola-py/benchmarks/plotting/multi_objective.py:26
↓ 1 callers
Function
plot_metrics_table
Generate summary table of median metrics per (problem, optimizer, budget).
hola-py/benchmarks/plotting/multi_objective.py:63
↓ 1 callers
Function
previewObjectives
()
dashboard/app.js:1223
↓ 1 callers
Function
pso_adapter
()
hola-py/benchmarks/adapters/pymoo_single.py:96
↓ 1 callers
Method
push_with_raw
( &mut self, trial_id: u64, candidate: serde_json::Value, raw_metrics: serde_j
hola/src/hola_engine.rs:1018
↓ 1 callers
Function
py_to_json
(obj: &Bound<'_, PyAny>)
hola-py/src/lib.rs:1343
↓ 1 callers
Method
reconcile_after_refit
(&mut self, live: &Self)
opt_engine/src/strategies/gmm.rs:929
↓ 1 callers
Method
record_cancelled
Record a cancelled trial id and bound the retained set. The set only feeds the tell-after-cancel rejection message (reuse is already impossible via t
hola/src/hola_engine.rs:1636
↓ 1 callers
Function
renderObjectives
()
dashboard/app.js:1128
↓ 1 callers
Function
renderParetoDropdowns
()
dashboard/app.js:659
↓ 1 callers
Function
resolve_checkpoint_path
( state: &ServerState, requested: &str, )
hola/src/server.rs:250
↓ 1 callers
Function
run
()
dashboard/tests/xss_dom.test.mjs:123
↓ 1 callers
Function
run_multi_objective
Run all multi-objective benchmarks.
hola-py/benchmarks/runner/executor.py:159
↓ 1 callers
Function
run_single_objective
Run all single-objective benchmarks.
hola-py/benchmarks/runner/executor.py:64
↓ 1 callers
Method
sample_unclamped
Sample from the GMM (unclamped).
opt_engine/src/strategies/gmm.rs:350
↓ 1 callers
Function
scalar_leaderboard
(n: usize)
opt_engine/tests/integration/leaderboard_scalability.rs:32
↓ 1 callers
Method
select_nsga2_all
Select top-k trials using NSGA-II criteria, including infeasible.
opt_engine/src/leaderboard.rs:1295
↓ 1 callers
Method
serialize
(&self, serializer: S)
hola/src/hola_engine.rs:492
↓ 1 callers
Function
setApiToken
(token)
dashboard/app.js:58
↓ 1 callers
Method
should_checkpoint
Check if a checkpoint should be created at this trial count.
opt_engine/src/persistence.rs:519
↓ 1 callers
Method
should_refit
(&self, n_trials: usize)
opt_engine/src/traits.rs:223
↓ 1 callers
Function
sobol_config
(seed: u64)
hola/tests/integration/server.rs:53
↓ 1 callers
Function
sobol_strategy_test_config
(seed: u64)
hola/tests/integration/hola_engine.rs:1821
↓ 1 callers
Function
sortTable
(col)
dashboard/app.js:1119
↓ 1 callers
Function
sphere
Sphere function: f(x, y) = x^2 + y^2. Global minimum at (0, 0).
hola/tests/integration/end_to_end.rs:19
↓ 1 callers
Function
startStream
()
dashboard/app.js:136
↓ 1 callers
Function
startup
()
dashboard/app.js:1366
↓ 1 callers
Method
study_config
Reconstruct the `StudyConfig` from the engine's internal state. This is used to persist the config alongside checkpoint data so that `Study.load()` c
hola/src/hola_engine.rs:2077
↓ 1 callers
Function
sumScore
dashboard/app.js:343
↓ 1 callers
Method
to_param_config
(&self)
hola/src/hola_engine.rs:159
↓ 1 callers
Method
to_unit_cube
(&self, point: &Self::Domain)
opt_engine/src/strategies/sobol.rs:378
↓ 1 callers
Method
top_k_completed
Return top-k trials as CompletedTrial.
hola/src/hola_engine.rs:1318
↓ 1 callers
Function
train_and_evaluate
Train a GBM with the given hyperparameters and return CV loss.
hola-py/examples/ml_hyperparameters.py:36
↓ 1 callers
Function
unauthorized
()
hola/src/server.rs:185
↓ 1 callers
Method
update
(&mut self, _candidate: &S::Domain, _result: Obs)
opt_engine/src/strategies/random.rs:134
↓ 1 callers
Function
updateStats
()
dashboard/app.js:477
↓ 1 callers
Function
upsertTrial
(trial)
dashboard/app.js:234
↓ 1 callers
Function
validate_space_config
(space: &BTreeMap<String, ParamConfig>)
hola/src/hola_engine.rs:751
↓ 1 callers
Function
validate_strategy_config
(strategy: &StrategyConfig)
hola/src/hola_engine.rs:894
↓ 1 callers
Function
validate_study_config
(config: &StudyConfig)
hola/src/hola_engine.rs:734
↓ 1 callers
Function
vector_checkpoint_config
()
hola/tests/integration/hola_engine.rs:1486
↓ 1 callers
Function
vector_leaderboard
(n: usize)
opt_engine/tests/integration/leaderboard_scalability.rs:41
↓ 1 callers
Function
wireEvents
()
dashboard/app.js:1345
Method
__init__
(self, output_dir: Path)
hola-py/benchmarks/data/persistence.py:30
Method
__init__
(self, problem: SingleObjectiveProblem)
hola-py/benchmarks/adapters/pymoo_single.py:35
Method
__init__
(self, name: str, algorithm_factory: Any)
hola-py/benchmarks/adapters/pymoo_single.py:55
Method
__init__
(self, spacing: int = 4)
hola-py/benchmarks/adapters/igr_adapter.py:36
Method
__init__
(self, strategy: str = "gmm")
hola-py/benchmarks/adapters/hola_adapter.py:36
Method
__init__
(self, strategy: str = "gmm")
hola-py/benchmarks/adapters/hola_adapter.py:90
Method
__init__
(self, problem: MultiObjectiveProblem)
hola-py/benchmarks/adapters/pymoo_multi.py:34
← previous
next →
301–400 of 1,098, ranked by callers