Vector class in
Global context
Vector is 1-dimensional array, indexed by integer value (starting from 0). Multidimensional arrays can be simulated by putting other Vector objects into the Vector.
Example:
var v=Vector.new();
v.add(123); v.add("string");
7 members:
type and name
description
comments
clear
function
clear data
size
integer
element count
remove
function
remove at position
get
function
get value at position
set
function
set value at position
add
function
append at the end
new
function
create new Vector
Global context
Experiment definition
Neuron definitions
Fitness formula
Visual style definition
Command line interface