Skip to content
  • Mohib Mustafa's avatar
    [RNN Training, Optimizer] - Updated RNN Surrogate, Isolation of setups · a0d9f773
    Mohib Mustafa authored
    * dspace performs I/O for x_vals and r_vals during writeGP routine instead
    of inside the driver routine.
    
    * benchmarks.py isolates multiscale simulations as objects to avoid
      conficts inside the driver routine.
    
    * Driver routine for optimizer is now setup independent in terms of
      objective function defination which can be specified within the
      get_x() method for the benchmark object.
    
    * Optimizater iterations are saved in a checkpoint.pkl file for
      resurrection and post processing
    
    * Partial dependence and convergence plots can be generated from driver
      script by passing argument visual.
    
    Mohib
    a0d9f773