Hi, it's just a simple feasibility study but I am considering coupling neural-fortran with a PIKAIA genetic algorithms optimizer (https://github.com/jacobwilliams/pikaia). Is there an easy way to extract all the neural network parameters from all the layers in a single function call, in the form of a long 1D real array? And then use another single subroutine to set all the network parameters by loading them from a 1D real array?