MCPcopy Create free account

hub / github.com/blackrock/HOLA / functions

Functions1,098 in github.com/blackrock/HOLA

Methodisotropic
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
Functionleaderboard_pareto_front_excludes_dominated
()
opt_engine/tests/integration/leaderboard_scalability.rs:120
Functionleaderboard_scalability_scalar_ranking
()
opt_engine/tests/integration/leaderboard_scalability.rs:61
Functionleaderboard_scalability_vector_ranking
()
opt_engine/tests/integration/leaderboard_scalability.rs:78
Functionleaderboard_top_k_orders_best_first
()
opt_engine/tests/integration/leaderboard_scalability.rs:99
Functionlevy_13
Levy N.13. Domain: x1, x2 in [-10, 10]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:99
FunctionloadCheckpointFile
(event)
dashboard/app.js:240
Methodload_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
Methodload_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
Methodload_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
Functionlog_snippet
A short, single-line snippet of `text` suitable for a log message.
hola-cli/src/main.rs:176
Functionmain
()
opt_engine/examples/persistence.rs:17
Functionmain
()
opt_engine/examples/pareto_front.rs:17
Functionmain
()
hola-cli/src/main.rs:290
Functionmain_work
()
hola-py/tests/test_hola.py:911
Methodmax_size
Current cap on stored trials, if any.
opt_engine/src/leaderboard.rs:255
Functionmichalewicz
Michalewicz. Domain: xi in [0, pi]. Min: depends on n.
hola-py/benchmarks/functions/single_objective.py:155
Functionml_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
Methodmo_path
(self)
hola-py/benchmarks/data/persistence.py:40
Functionmodel_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
Functionmulti_param_space
()
hola-py/tests/conftest.py:47
Methodn_objectives
(self)
hola-py/benchmarks/problems/registry.py:50
Methodname
()
opt_engine/src/scales.rs:53
Methodnew
(min: f64, max: f64, scale: &str)
hola-py/src/lib.rs:48
Methodnew
()
hola/src/hola_engine.rs:264
Methodnew
(port: u16)
hola/src/server.rs:102
Methodnew
(candidate: D, observation: Obs, trial_id: u64)
opt_engine/src/leaderboard.rs:56
Methodnew
(n_trials: usize, description: Option<String>)
opt_engine/src/persistence.rs:96
Methodnew
Create a random strategy with the given seed for reproducibility.
opt_engine/src/strategies/random.rs:75
Methodnew
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
Methodnew
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
Methodnew
(min: i64, max: i64)
opt_engine/src/spaces/discrete.rs:31
Methodnew
# Panics Panics if `choices` is empty.
opt_engine/src/spaces/categorical.rs:34
Methodnew
(min: f64, max: f64)
opt_engine/src/spaces/continuous.rs:38
Methodnew_with_kind
Create a checkpoint and record the observation kind explicitly.
opt_engine/src/persistence.rs:252
Methodnormalize_next_trial_id
Repair the internal next-ID counter after deserializing or manually modifying a leaderboard.
opt_engine/src/leaderboard.rs:412
Functionnormalize_server_url_keeps_clean_url_unchanged
()
hola-cli/src/main.rs:619
Functionnormalize_server_url_rejects_garbage
()
hola-cli/src/main.rs:641
Functionnormalize_server_url_rejects_non_http_scheme
()
hola-cli/src/main.rs:634
Functionnormalize_server_url_rejects_scheme_less
()
hola-cli/src/main.rs:626
Functionnormalize_server_url_strips_trailing_slash
()
hola-cli/src/main.rs:612
Functionobjective
(params)
hola-py/tests/test_hola.py:394
Functionobjective
(params)
hola-py/tests/test_study_advanced.py:406
Methodobjective
(trial: optuna.Trial)
hola-py/benchmarks/adapters/optuna_adapter.py:51
Methodobjective
(trial: optuna.Trial)
hola-py/benchmarks/adapters/optuna_adapter.py:88
Methodobservation_kind
The observation kind recorded in this checkpoint.
opt_engine/src/persistence.rs:266
FunctionopenFile
()
dashboard/app.js:1346
Methodoptimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/pymoo_single.py:59
Methodoptimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/hola_adapter.py:41
Methodoptimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/hola_adapter.py:105
Methodoptimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/optuna_adapter.py:76
Methodoptimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/base.py:51
Methodoptimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/base.py:65
Methodoptimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/pymoo_multi.py:57
Methodoptimize
( self, problem: MultiObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/pymoo_multi.py:80
Methodoptimize
( self, problem: SingleObjectiveProblem, budget: int, seed: int, )
hola-py/benchmarks/adapters/random_double.py:34
Methodpareto_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
Functionpytest_configure
(config)
hola-py/tests/conftest.py:267
Methodrank_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
Functionrastrigin
Rastrigin. Domain: xi in [-5.12, 5.12]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:164
Functionread_capped_detects_truncation_and_drains
()
hola-cli/src/main.rs:553
Functionread_capped_no_truncation_when_under_cap
()
hola-cli/src/main.rs:576
Methodreconcile_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
FunctionresetObjectives
()
dashboard/app.js:1211
Functionrosenbrock
(params)
hola-py/tests/test_study_advanced.py:429
Functionrosenbrock
Rosenbrock. Domain: xi in [-5, 10]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:171
Methodrotate_checkpoints
Delete oldest checkpoint files to keep at most `max` files.
hola/src/hola_engine.rs:2484
Functionrun_capped_floods_both_pipes_without_deadlock
()
hola-cli/src/main.rs:584
Functionrun_server
()
hola-py/tests/test_hola.py:892
Functionrunning_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
FunctionsaveCheckpoint
()
dashboard/app.js:1287
Functionsave_figure
Save figure in PDF, PNG, and PGF formats.
hola-py/benchmarks/plotting/export.py:21
Methodsave_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
Methodsave_to_writer
(&self, writer: W)
opt_engine/src/persistence.rs:201
Functionschaffer_2
Schaffer N.2. Domain: x1, x2 in [-100, 100]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:108
Functionschaffer_4
Schaffer N.4. Domain: x1, x2 in [-100, 100]. Min: 0.292579.
hola-py/benchmarks/functions/single_objective.py:116
Functionschwefel
Schwefel. Domain: xi in [-500, 500]. Min: 0.
hola-py/benchmarks/functions/single_objective.py:177
Functionserialize_atomic
(val: &AtomicU64, serializer: S)
opt_engine/src/strategies/random.rs:48
Functionserialize_atomic
(val: &AtomicU32, serializer: S)
opt_engine/src/strategies/sobol.rs:94
Functionserialize_counter
(val: &AtomicU64, serializer: S)
opt_engine/src/strategies/gmm.rs:699
Functionserialize_gmm_params
( params: &Arc<RwLock<GmmParams>>, serializer: S, )
opt_engine/src/strategies/gmm.rs:714
Functionshubert
Shubert. Domain: x1, x2 in [-10, 10]. Min: -186.7309.
hola-py/benchmarks/functions/single_objective.py:124
Functionsimple_space
()
hola-py/tests/conftest.py:37
Functionsimulated_training
Fake training function that returns a loss depending on the optimizer choice.
hola-py/examples/categorical_demo.py:22
Methodsingle
Create a single-component GMM (just a multivariate normal).
opt_engine/src/strategies/gmm.rs:328
Functionsix_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
Methodso_path
(self)
hola-py/benchmarks/data/persistence.py:36
Methodspace
Access the space configuration.
hola/src/hola_engine.rs:2059
Functionsphere
(params)
hola-py/tests/test_study_advanced.py:344
Functionsphere_space
()
hola-py/tests/conftest.py:42
Functionsynthetic_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
Functiontest_all_classes_exported
Every class in the stubs must exist at runtime.
hola-py/tests/test_stubs.py:41
Functiontest_all_in_module_all
__all__ must list every expected class.
hola-py/tests/test_stubs.py:53
Functiontest_all_infeasible_with_neg_infinity
()
opt_engine/src/leaderboard.rs:2177
Functiontest_append_and_len
()
opt_engine/src/leaderboard.rs:1419
Methodtest_ask_returns_trial
(self)
hola-py/tests/test_server.py:44
Methodtest_ask_tell_best_flow
(self)
hola-py/tests/test_server.py:52
Functiontest_ask_tell_produce_unique_contiguous_ids
()
hola/src/hola_engine.rs:3558
Functiontest_atomic_write_concurrent_saves_yield_valid_file
()
opt_engine/src/persistence.rs:796
Functiontest_atomic_write_serialization_failure_leaves_no_temp
()
opt_engine/src/persistence.rs:847
← previousnext →501–600 of 1,098, ranked by callers