📄 class_u_o_f_solver.html
字号:
<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>Initialize this solver. <p>This is an abstract function, User must override this function to work. This function should performs the necessary initialization procedure. </td> </tr></table><a class="anchor" name="4a9a7d53987a7fc451b0ed62c1bc9d45"></a><!-- doxytag: member="UOFSolver::SetTerminator" ref="4a9a7d53987a7fc451b0ed62c1bc9d45" args="(UOFTerminator *term)" --><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 UOFSolver::SetTerminator </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">UOFTerminator * </td> <td class="mdname1" valign="top" nowrap> <em>term</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [inline, virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Set the terminator of this solver. <p>This function set the stopping criteria of this solver to a defined terminator. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>term</em> </td><td>the pointer of the target terminator </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="3b213ace9f177781c6406ff66fbe547d"></a><!-- doxytag: member="UOFSolver::Solve" ref="3b213ace9f177781c6406ff66fbe547d" args="()=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 UOFSolver::Solve </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> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Perform Optimization procedure. <p>This is an abstract function, User must override this function to work. This is the major function of UOFSolver, this function should performs the optimization procedure. </td> </tr></table><hr><h2>Member Data Documentation</h2><a class="anchor" name="f63b1dba5f3b1343ac9593abef3606ac"></a><!-- doxytag: member="UOFSolver::m_pEval" ref="f63b1dba5f3b1343ac9593abef3606ac" 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"><a class="el" href="class_u_o_f_evaluator.html">UOFEvaluator</a>* <a class="el" href="class_u_o_f_solver.html#f63b1dba5f3b1343ac9593abef3606ac">UOFSolver::m_pEval</a><code> [protected]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>the pointer of the evaluator of the problem </td> </tr></table><a class="anchor" name="9dbf522c1d01e81f13fda97af3a5ad06"></a><!-- doxytag: member="UOFSolver::m_pInit" ref="9dbf522c1d01e81f13fda97af3a5ad06" 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"><a class="el" href="class_u_o_f_initializer.html">UOFInitializer</a>* <a class="el" href="class_u_o_f_solver.html#9dbf522c1d01e81f13fda97af3a5ad06">UOFSolver::m_pInit</a><code> [protected]</code> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>the pointer of the initializer of the parameters </td> </tr></table><a class="anchor" name="11bf011ad3bd3ae4b06790bcf6a44c25"></a><!-- doxytag: member="UOFSolver::m_pPrlm" ref="11bf011ad3bd3ae4b06790bcf6a44c25" 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"><a class="el" href="class_u_o_f_problem.html">UOFProblem</a>* <a class="el" href="class_u_o_f_solver.html#11bf011ad3bd3ae4b06790bcf6a44c25">UOFSolver::m_pPrlm</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>the pointer of the problem to be solved </td> </tr></table><a class="anchor" name="b4831201a9f55a5b121ffc5d45002690"></a><!-- doxytag: member="UOFSolver::m_pTerm" ref="b4831201a9f55a5b121ffc5d45002690" 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">UOFTerminator* <a class="el" href="class_u_o_f_solver.html#b4831201a9f55a5b121ffc5d45002690">UOFSolver::m_pTerm</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>the pointer of the target terminator </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li>E:/MyDocument/MyProjects/UnifiedOptimizationFrameworkAlpha/UOFSolver.h<li>E:/MyDocument/MyProjects/UnifiedOptimizationFrameworkAlpha/UOFSolver.cpp</ul><hr size="1"><address style="align: right;"><small>Generated on Thu Sep 14 13:49:11 2006 by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -