
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
biogeme-optimization
Advanced tools
Various optimization algorithms used for teaching and research. In particular, they are used by Biogeme.
The package contains the following modules:
It contains functions dealing with linear algebra:
The functions in this module calculate
This module mainly defines the class Bounds
that manages the bound constraints.
This module defines the diagnostic of some optimization subproblems (dogleg, and comjugate gradient).
It defines the OptimizationError
exception.
It defines the class FormattedColumns
that formats the information
reported at each iteration of an algorithm.
It defines the abstract class FunctionToMinimize
that encapsulate
the calculation of the objective function and its derivatives.
It defines the class HybridFunction
that calculates the objective
function and its derivatives, where the second derivative can be
either the analytical hessian, or a BFGS approximation.
This module implements the line search algorithms (see Chapter 11 in Bierlaire, 2015).
This module implements the minimization algorithm under bound constraints proposed by Conn et al. (1988).
This module implements the trust region algorithms (see Chapter 12 in Bierlaire, 2015).
FAQs
Various optimization algorithms for teaching and research
We found that biogeme-optimization demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.