Skip to content

Algorithm Specifications convertion to objects.

Created by: ThanKarab

Changelog:

  • Algorithm specifications refactoring. Jira
    • Moved the algorithm specifications object into separate module.
    • Moved the algorithm specs converters to the dtos module.
    • The 'algorithm_specifications' cannot be inside the algorithms module, due to multiple imports.
  • Algorithm specifications are now loaded from the Algorithm class, removed all .json files. Jira
    • Added abstract static method get_specification in the Algorithm class.
    • Converted all algorithm specifications to objects.

Merge request reports