Commit Graph

9 Commits

Author SHA1 Message Date
Marcin Wielgus 8a6bfb4f77 Merge pull request #13 from GFilipek/VPA_bootstrap
Vertical Pod Autoscaler : updater first version
2017-04-27 23:02:48 +02:00
Gabriela Filipek 804c70c18a Vertical Pod Autoscaler: updater first version 2017-04-27 22:09:18 +02:00
kgrygiel 491e643741 Panic if bucket index is out of range. 2017-04-20 17:25:32 +02:00
kgrygiel 61d2423dca Change the histogram options such that the largest bucket start is always >= maxValue. 2017-04-20 15:03:00 +02:00
Gabriela Filipek 116216d2d6 Vertical Pod Autoscaler: updater godeps 2017-04-20 14:04:57 +02:00
kgrygiel 1e90342183 * Add Histogram.RemoveSample().
* Add HistogramOptions.Epsilon() (bucket weight precision).
* Return the middle of the bucket, not the bucket start in Percentile().
* Rename CircularBuffer to SlidingWindow.
* Fix field names and comments.
2017-04-19 17:33:14 +02:00
kgrygiel b1a7703ab1 Fix license boilerplate. 2017-04-19 14:19:17 +02:00
kgrygiel e4773dacdd Move comments above struct fields. 2017-04-19 14:10:37 +02:00
kgrygiel 61b9783585 Base Recommender model classes: Histogram and CircularBuffer. 2017-04-19 13:53:30 +02:00