2 repository-uri
Optimization of functions that return a single scalar value, often handling stochastic or computationally expensive evaluations.
Distinct from Expensive Function Optimization: Generalizes to any scalar-valued function optimization, while Expensive Function Optimization specifically targets high-cost evaluations.
Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Scalar-Valued Function Optimization. Refine with filters or upvote what's useful.
Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions. It operates as a stochastic search space engine that finds optimal input parameters by searching through real-valued, discrete, and conditional spaces. The framework distinguishes itself through its support for complex search space configurations, allowing for conditional parameter hierarchies where specific hyperparameters are sampled only if their parent parameters meet certain criteria. It is built as an asynchronous optimization framework, decoupling the generation of searc
Optimizes potentially stochastic scalar-valued functions to find the best set of input arguments.
This project is a numerical computing library designed for scientific and engineering mathematical operations. It functions as a comprehensive linear algebra framework, a statistical analysis library, and a toolkit for mathematical optimization and numerical integration. The library is distinguished by its provider-based native acceleration, which allows managed code to be swapped for platform-native binary libraries to increase the performance of computationally intensive routines. It also supports a hybrid approach to matrix storage, implementing separate strategies for dense and sparse mat
Provides optimization of scalar-valued objective functions using algorithms such as BFGS and Golden Section search.