cratepy.ioput.packager.store_algorithmic_data

store_algorithmic_data(max_n_iterations, conv_tol, max_subinc_level, max_cinc_cuts, su_max_n_iterations, su_conv_tol)[source]

Store data associated with the problem solution algorithmic parameters.

Parameters:
  • max_n_iterations (int) – Newton-Raphson maximum number of iterations.

  • conv_tol (float) – Newton-Raphson convergence tolerance.

  • max_subinc_level (int) – Maximum level of loading subincrementation.

  • max_cinc_cuts (int) – Maximum number of consecutive increment cuts.

  • su_max_n_iterations (int) – State update maximum number of iterations.

  • su_conv_tol (float) – State update convergence tolerance.

Returns:

algpar_dict – Container.

Return type:

dict