natCauslist {dbnR}R Documentation

R6 class that defines causal lists in the PSO

Description

Constructor of the 'natCauslist' class

Arguments

ordering

a vector with the names of the nodes in t_0

ordering_raw

a vector with the names of the nodes without the appended "_t_0"

Details

The causal lists will be the base of the positions and the velocities in the pso part of the algorithm. They will not have the same structure as their binary counterparts, but their class skeleton will serve as a base.

Value

A new 'natCauslist' object

Fields

cl

List of causal units

ordering

String vector defining the order of the nodes in t_0

ordering

String vector defining the order of the nodes without the appended "_t_0"


[Package dbnR version 0.7.8 Index]