DESDEO
DESDEO copied to clipboard
An open source framework for interactive multiobjective optimization methods
Gnimbus
Endpoints for join link logic - Create Invite db model to store join links' details - /invite is to create code to access problems page without any credentials needed -...
https://github.com/industrial-optimization-group/DESDEO/blob/89b778050bbb7d247e898c8f2ca64bc74ca23873/desdeo/tools/scalarization.py#L578
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.4.0 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...
Bumps [zipp](https://github.com/jaraco/zipp) from 3.15.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...
**What is the current behavior?** * Solvers were relatively recently updated to be classes, that all seem to implement an init function and a solve function, which is called when...
Currently, the webapi in DESDEO2 (and also the old webapi) has important networking settings hard coded, like the web address where the database is located. The information needed to connect...
Defined enumerations for variable dimensions: scalar, vector or tensor. Vector means 1D tensors and are only relevant for polars evaluator at the moment. Also implemented a function to check for...
- Add route `/refresh` to check validity of refresh token and to fetch user's data - Move content of `func get_current_user()` to `authenticate_token()` for the route `/refresh` to be able...
Endpoints for join link logic - Create Invite db model to store join links' details - /invite is to create code to access problems page without any credentials needed -...