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 ReadOptimization method with the optimization Id.

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

To get the optimization Id, check the Cloud Terminal when you run an optimization in the Algorithm Lab. An example optimization Id is O-696d861d6dbbed45a8442659bd24e59f.

The ReadOptimization 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: