Gunivers/Bookshelf

Create `bs.vector` score swapping

Closed this issue · 0 comments

These functions only allow to quickly transfer values from/to vector objectives.

  • bs.vector:swap_inputs will perform bs.vector.[x,y,z] <-> bs.in.[0,1,2]
  • bs.vector:from_loc will perform bs.loc.[x,y,z] -> bs.vector.[x,y,z]
  • bs.vector:from_outputs will perform bs.out.[0,1,2] -> bs.vector.[x,y,z]