Open msperryucsd opened 3 months ago
It would be helpful if well-used optimizers like SNOPT/SLSQP/PySLSQP has tooltips for their arguments.
For example for SNOPTc:
class SNOPTc(SNOPTOptimizer): def __init__(self, *args, solver_options:dict[str] = None, **kwargs): super().__init__(*args, solver_options = solver_options, **kwargs)
gives a VSCODE tooltip:
Related: @anugrahjo "turn_off_outputs" kwarg not in tooltips/docs and not in options in error:
It would be helpful if well-used optimizers like SNOPT/SLSQP/PySLSQP has tooltips for their arguments.
For example for SNOPTc:
gives a VSCODE tooltip: