HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Implementing Genetic Algorithm for learning path #23

Closed MarcNor closed 6 months ago

MarcNor commented 1 year ago

Describe the feature to be developed

The Genetic Algorithm (GA) should be implemented in the Backend System for creating learning paths. It should be based on the Felder & Silverman learning style model and use the 4 dimensions for calculation. It should make sure, that the prerequisites are fulfilled and met.

Describe the Impact on the System It will not have a big impact on the system since it mainly should be added as a single class. When calling the API-Endpoint for learning path creation, it should forward to the tutoring model and use the GA if requested.

Definition of Done What needs to be done, before the Issue can be closed?