You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All public API optimization classes inherit from "backend" optimizer classes and also the Search-class. To avoid rewriting the positional and keyword arguments a "*args, **kwargs" argument structure is used. A disadvantage of this is the missing type hints. Maybe it is possible to find an implementation, that supports type hints without rewriting the arguments for all public API optimizer classes.
The text was updated successfully, but these errors were encountered:
All public API optimization classes inherit from "backend" optimizer classes and also the Search-class. To avoid rewriting the positional and keyword arguments a "*args, **kwargs" argument structure is used. A disadvantage of this is the missing type hints. Maybe it is possible to find an implementation, that supports type hints without rewriting the arguments for all public API optimizer classes.
The text was updated successfully, but these errors were encountered: