pith. machine review for the scientific record. sign in

Optimization with SpotOptim

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

The `spotoptim` package implements surrogate-model-based optimization of expensive black-box functions in Python. Building on two decades of Sequential Parameter Optimization (SPO) methodology, it provides a Kriging-based optimization loop with Expected Improvement, support for continuous, integer, and categorical variables, noise-aware evaluation via Optimal Computing Budget Allocation (OCBA), and multi-objective extensions. A steady-state parallelization strategy overlaps surrogate search with objective evaluation on multi-core hardware, and a success-rate-based restart mechanism detects stagnation while preserving the best solution found. The package returns scipy-compatible `OptimizeResult` objects and accepts any scikit-learn-compatible surrogate model. Built-in TensorBoard logging provides real-time monitoring of convergence and surrogate quality. This report describes the architecture and module structure of spotoptim, provides worked examples including neural network hyperparameter tuning, and compares the framework with BoTorch, Optuna, Ray Tune, BOHB, SMAC, and Hyperopt. The package is open-source.

fields

cs.LG 1

years

2026 1

verdicts

UNVERDICTED 1

representative citing papers

Multi-Task Optimization over Networks of Tasks

cs.LG · 2026-04-23 · unverdicted · novelty 6.0

MONET represents tasks as graph nodes and uses neighbor-based crossover plus per-task mutation to transfer knowledge, matching or exceeding MAP-Elites performance on four large-scale simulation domains.

citing papers explorer

Showing 1 of 1 citing paper.

  • Multi-Task Optimization over Networks of Tasks cs.LG · 2026-04-23 · unverdicted · none · ref 10 · internal anchor

    MONET represents tasks as graph nodes and uses neighbor-based crossover plus per-task mutation to transfer knowledge, matching or exceeding MAP-Elites performance on four large-scale simulation domains.