soco 1.0.0

Algorithms for Smoothed Online Convex Optimization
Documentation
1
2
3
4
5
6
7
//! Models of the cost of server load.

pub mod delay;
pub mod energy_consumption;
pub mod energy_cost;
pub mod revenue_loss;
pub mod switching_cost;