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
2914d3d, no-issue: update readme and fix format, #46
Customer Facing Release Notes:
Sensitivity Analysis can now retrieved for a given optimization view. To views example code and a sample please consult our documentation
A list of available currencies for a given Exchange Rate Table can now be retrieved using Python Client Library. For more information consult retrieving unique currencies documentation page
Features
Feature: Added currencies method to ExchangeRateTable class, allowing users to retrieve a list of currency codes.
Feature: Added candidate_parameters method to OptimizationView class, allowing users to retrieve only the parameters for a given optimization candidate.
Feature: Added candidate_metrics method to OptimizationView class, allowing users to retrieve only the metrics (objectives and constraints) for a given optimization candidate.
Feature: Added sensitivity_analysis method to OptimizationView class, allowing users to retrieve the sensitivity analysis output for a selected set of candidates.