📄 class_u_o_f_info.html
字号:
</td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Output the summary optimization result. <p>This function is a abstract function, users should override this function to output finished optimization status </td> </tr></table><a class="anchor" name="f28c9f7cb9e21434e19f20f6653034a2"></a><!-- doxytag: member="UOFInfo::SetFilename" ref="f28c9f7cb9e21434e19f20f6653034a2" args="(string filename)" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">void UOFInfo::SetFilename </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">string </td> <td class="mdname1" valign="top" nowrap> <em>filename</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Set the log file name. <p>This function set the log file name, information during the optimization process will be outputed into this file. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>freq</em> </td><td>sets the m_updateFreq. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="a1997bbda8fe4e6475b862ba9ad1e419"></a><!-- doxytag: member="UOFInfo::SetUpdateFreq" ref="a1997bbda8fe4e6475b862ba9ad1e419" args="(size_t freq)" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">void UOFInfo::SetUpdateFreq </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">size_t </td> <td class="mdname1" valign="top" nowrap> <em>freq</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Set the frequency to display the optimization progress information. <p>This function sets how frequently should the optimization progress information should be displayed. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>freq</em> </td><td>sets the m_updateFreq. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="bcbf4938a399d336293ea717d09e5dc1"></a><!-- doxytag: member="UOFInfo::showEvoParamOnScreen" ref="bcbf4938a399d336293ea717d09e5dc1" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">bool UOFInfo::showEvoParamOnScreen </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Get the flag of Show Parameters Online function. <p>This function returns is the Once the Show Parameters Online function is enabled or not. </td> </tr></table><a class="anchor" name="dde569964c768fd4e38677efda9a08c6"></a><!-- doxytag: member="UOFInfo::showEvoParamOnScreen" ref="dde569964c768fd4e38677efda9a08c6" args="(bool sepos=true)" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">void UOFInfo::showEvoParamOnScreen </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">bool </td> <td class="mdname1" valign="top" nowrap> <em>sepos</em> = <code>true</code> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Enable the Show Parameters Online function. <p>Once the Show Parameters Online function is enabled, The optimized parameters during optimization process progress should shown periodically <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>sepos</em> </td><td>sets the m_ShowParamOnline. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="d8ace8147abbc2abaa4ca7e69eb7ba06"></a><!-- doxytag: member="UOFInfo::showEvoResultOnScreen" ref="d8ace8147abbc2abaa4ca7e69eb7ba06" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">bool UOFInfo::showEvoResultOnScreen </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Get the flag of Show Optimization Result Online function. <p>This function returns is the Once the Show Optimization Result Online function is enabled or not. </td> </tr></table><a class="anchor" name="a38e1103403663e673c594b009caffb8"></a><!-- doxytag: member="UOFInfo::showEvoResultOnScreen" ref="a38e1103403663e673c594b009caffb8" args="(bool seros=true)" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">void UOFInfo::showEvoResultOnScreen </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">bool </td> <td class="mdname1" valign="top" nowrap> <em>seros</em> = <code>true</code> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Enable the Show Optimization Result Online function. <p>Once the Show Optimization Result Online function is enabled, The optimization progress should shown periodically <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>seros</em> </td><td>sets the m_ShowEvoOnline. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="fedbfc66cf24de3c481893521c8b54d5"></a><!-- doxytag: member="UOFInfo::Update" ref="fedbfc66cf24de3c481893521c8b54d5" args="(UOFSolver *src)=0" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">virtual void UOFInfo::Update </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="class_u_o_f_solver.html">UOFSolver</a> * </td> <td class="mdname1" valign="top" nowrap> <em>src</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Update the information of optimization progress. <p>This function is a abstract function, users should override this function to collect data from solver <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>src</em> </td><td>is pointer of the solver. </td></tr> </table></dl> </td> </tr></table><hr><h2>Member Data Documentation</h2><a class="anchor" name="156ad894f0a434a2fdf02e734ab5f742"></a><!-- doxytag: member="UOFInfo::m_cn" ref="156ad894f0a434a2fdf02e734ab5f742" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">string <a class="el" href="class_u_o_f_info.html#156ad894f0a434a2fdf02e734ab5f742">UOFInfo::m_cn</a><code> [protected]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>the file name to output convergence hebavior </td> </tr></table><a class="anchor" name="426404a06da144e759e7888a970b483c"></a><!-- doxytag: member="UOFInfo::m_ConvBehavior" ref="426404a06da144e759e7888a970b483c" args="" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">bool <a class="el" href="class_u_o_f_info.html#426404a06da144e759e7888a970b483c">UOFInfo::m_ConvBehavior</a><code> [protected]</code> </td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -