Meta Analysis

Optimization Analysis

Introduction

Load your optimization results into the Research Environment to analyze how different combinations of parameters affect the algorithm's performance.

Read Optimization Results

To get the results of an optimization, call the ReadOptimizationread_optimization method with the optimization Id.

var optimization = api.ReadOptimization(optimizationId);
optimization = api.read_optimization(optimization_id)

The following table provides links to documentation that explains how to get the optimization Id, depending on the platform you use:

PlatformOptimization Id
Cloud PlatformGet Optimization Id
Local PlatformGet Optimization Id
CLI

The ReadOptimizationread_optimization method returns an Optimization object, which have the following attributes:

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: