Handling hyperparameters

API reference for endpoints that handle hyperparameters

Last updated 09 Aug 2024

This section contains all of the API references for endpoints that handle optimization hyperparameters.

Inserting/Updating hyperparameters

Unless you are happy with the default hyperparameters (as listed in preferences page), you can change them any time by calling the following endpoint:

postapi.skrym.com/optimization.UpsertOptimizationParameters

The endpoint accepts all of our currently supported optimization hyperparameters, but you do not need to specify all of them in your request.

View your hyperparameters

To check what optimization hyperparameters are currently being used, you can call the following:

postapi.skrym.com/optimization.GetOptimizationParameters

View hyperparameters used for specific results

Sometimes you might want to know what hyperparameters were used for a specific optimization result. You can do that by calling:

postapi.skrym.com/optimization.GetParametersUsedForOptimizationResults

The resultIds in the request refer to Skrym's internal unique identifier of each result.