Skip to content

Instantly share code, notes, and snippets.

View laurentg's full-sized avatar
😬
Thinking hard

Laurent Grégoire laurentg

😬
Thinking hard
  • Bordeaux, France
View GitHub Profile
@laurentg
laurentg / ExponentialAverager.java
Last active October 17, 2017 08:30
Dynamic scale exponential averager optimized for large vectors
package somepackage;
import java.util.Random;
public class ExponentialAverager {
public static void main(String[] args) {
int N_ITER = 50;
int N_VEC = 5;