Gunivers/Bookshelf

Create `bs.location` score swapping

Closed this issue · 0 comments

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

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