Quests

A quest is the AI model that you build. In the model there are several stages involved in process:
  • The quest starts from selecting the group created in data collection step.
  • Pre-processing steps are used to prepare the data by cleaning or transforming it. Single or combination of datasets can be prepared in the optimization platform. Currently, the application supports 3 datasets to be joined and prepared at a time by applying the respective transformation activities.
  • The quest allows to create one or multiple elements setup where sets, indices, constants, decision variables, constraints, and objective functions are defined preparing the mathematical model.
  • There are multiple predefined solvers available in the optimizer that are applied on the prepared mathematical model to solve. The optimizer would execute and resolve the problem generating the most optimal solution.
  • The outcomes are evaluated that are generated under results activity.
  • The best model is taken into production.