Module vrp_core::algorithms[][src]

A collection of reusable algorithms without dependencies on any other module in the project.

Modules

dbscan

This module contains an implementation of Density-Based Spatial Clustering of Applications with Noise (DBSCAN)

geometry

A module with geometry primitives.

gsom

Provides customized implementation of Growing Self Organizing Map.

mdp

This module contains definition of Markov Decision Process (MDP) model and related reinforcement learning logic.

nsga2

This module contains a logic for processing multiple solutions and multi objective optimization based on Non Dominated Sorting Genetic Algorithm II algorithm.

statistics

This module contains some statistic related functionality.