Problems

Problem modules describe a statistical/learning/other problem to be solved by Korali. One or more solvers may exist (or be added to Korali) that can be used to solve a particular problem. To specify a problem type, use the following syntax:

e = korali.Experiment()
e["Problem"]["Type"] = "Optimization"

For more information, see Korali Usage Basics.

Sub-Categories: