Gradapt

Latest version: v0.1.1b8

Safety actively analyzes 623586 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.1b8

- Added Async optimization Loop as a model

from grAdapt.models import Asynchronous
bounds = [(-2, 2)]
model = Asynchronous(bounds)

def objective(x):
return x**2

for i in range(9):
next_x = model.ask()
f_val = objective(next_x)
res = model.tell(next_x, f_val)

- Minor fixes

0.1.1b7

- escaping by considering a history of points

0.1.1b6

- Corrected binaries
- Installation and tests should now work

0.1.1b4

- deleted numba dependencies
- corrected Python version support

0.1.1a2

- Fixed test functions

0.1.1a1

- Fixed NoModel division by zero if lower and upper bound are equal
- more examples

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.