view include/learning.hpp @ 1105:e62c2f5e25e6

added sampling function
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 14 Mar 2019 17:08:05 -0400
parents d70e9b36889c
children
line wrap: on
line source

#ifndef LEARNING_HPP
#define LEARNING_HPP

// todo search max-cut algorithm to maximize homogeneity of clusters and minimize weak connections

#endif