All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fregata.optimize.Optimizer.scala Maven / Gradle / Ivy

The newest version!
package fregata.optimize

import fregata._

/**
 * Created by takun on 16/9/19.
 */
trait Optimizer extends Serializable {
  def run(data:TraversableOnce[(Vector,Num)])
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy