|
From: <ss...@pu...> - 2019-01-18 06:37:26
|
Hello, all. I have a question about printing output error bounds in the offline stage. We can see that maximum solution error bounds of each step in the RB training process, such as ================================================================== . ---- Basis dimension: 1 ---- Performing RB solves on training set Maximum error bound is 1.07082 Performing truth solve at parameter: . ================================================================== Besides, using the code "rb_eval.RB_output_error_bounds[0]" in the main program, I printed the output error bound after the RB training. However, I cannot find any way to print all output error bounds during an RB training. In other words, I want to see output error bound corresponding the basis dimension similar to the above code. Could you please tell me how to print them? I always thank you for your help. Regards, SKang |