RLPark 1.0.0
Reinforcement Learning Framework in Java

DenseVector.java

Go to the documentation of this file.
00001 package rlpark.plugin.rltoys.math.vector;
00002 
00003 public interface DenseVector extends MutableVector {
00004   DenseVector set(double value);
00005 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark