https://github.com/3mcloud/constrained_optimization
Repo constrained_optimization
https://github.com/3mcloud/constrained_optimization
Last synced: 2 months ago
JSON representation
Repo constrained_optimization
- Host: GitHub
- URL: https://github.com/3mcloud/constrained_optimization
- Owner: 3mcloud
- License: mit
- Created: 2023-08-29T15:48:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T15:52:53.000Z (over 2 years ago)
- Last Synced: 2026-03-08T18:25:57.547Z (3 months ago)
- Language: Python
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Towards General-purpose Active Learning Policies for Constrained Optimization Problems
This repo provides an implementation for a `TestFunction` class that can take on the identity of all the test functions used in the paper. The class contains methods for making function/constraint calls and accessing properties of the function.
**Authors**: Y. Elia Altabet and Jingyi Guo
**Note**: Code uses relative imports, so any code that uses the `TestFunction` class must be run as a module