Commit Graph
26 Commits
Author SHA1 Message Date
Vladimir Z Tomov 9ba4c181a1 Fix make test in examples/hiop 2021-06-02 19:54:37 -07:00
Aaron Fisher 212ce737bb Removed preceding underscore variables in the examples and miniapps, and caught a couple I missed before. 2021-05-14 14:12:37 -07:00
Tzanio a53d9c1299 Changes in the examples/ directory before the mfem-4.2 release 2020-10-25 17:07:24 -07:00
Tzanio 9ce82813ae Some updates in the examples 2020-03-09 18:05:47 -07:00
Tzanio 5b684c3f79 make style 2019-08-21 16:44:27 -07:00
Tomov 7e0d9d6603 MFEM_USE_HIOP check in the hiop example. 2019-08-21 14:35:36 -07:00
Vladimir Tomov d0d0dc0356 Improved the description of the hiop examples. 2019-08-20 16:59:51 -07:00
Vladimir Tomov 87a45c85d3 Minor. 2019-08-20 15:57:52 -07:00
Vladimir Tomov c338a01031 Minor. 2019-04-03 16:05:57 -07:00
Vladimir Tomov e5df36424f Fixed a build error in debug mode. 2019-03-27 17:23:52 -07:00
Vladimir Tomov bdf6aff492 Addressed PR comments. 2019-03-26 12:28:57 -07:00
Vladimir Tomov f94220c4b8 Better nonlinear inequality testing in the examples. 2019-03-26 12:07:36 -07:00
Vladimir Tomov ee98bb915d Updated the sample runs. 2019-03-21 18:57:13 -07:00
Vladimir Tomov a64f853136 Added hiop's rel_tol success status. 2018-12-27 18:07:30 -08:00
Vladimir Tomov 56bb088863 Added nonlinear inequalities for the hiop examples. 2018-12-20 19:31:49 -08:00
Cosmin G. Petra 2ed99750ac added MFEM_VERIFY on the bounds for the inequality constraints 2018-12-13 07:31:22 -08:00
Vladimir Tomov 5a92f8bd37 Test with nonlinear inequalities in ex9. 2018-12-06 17:39:45 -08:00
Vladimir Tomov ead4fea5f1 Implemented the parallel example. 2018-11-14 17:27:30 -08:00
Cosmin G. Petra 0bfb4ee8fa removed bounds relaxation from the driver
this is now done by hiop internally
2018-10-15 12:50:53 -07:00
Vladimir Tomov c7f41cd462 Updated the serial example. 2018-10-12 17:51:23 -07:00
Vladimir Tomov ead6425a9a Removed unnecessary #define. 2018-09-12 14:15:56 -07:00
Ben Chung Yee c4ea03fc63 Use OptimizationSolver's attribute to set tolerance
OptimizationSolver::SetAbsTol can be used to set this tolerance.
2018-09-11 09:04:41 -07:00
Ben Chung Yee f4857335f3 Implement generalized Hiop SLBQP solver
We can now solve general quadratic objective functions.
Examples are modified to test this generalized solver.
2018-09-11 09:04:34 -07:00
Ben Chung Yee 45fb2e04ab Create shell for more general HiopNlpOptimizer class
This new class will be able to handle a general quadratic objective
function.  The old class is renamed HiopNlpOptimizer_Simple and
inherits from the more general new HiopNlpOptimizer class.
2018-09-11 09:04:12 -07:00
Vladimir Tomov 41eaca0af4 Prepared the serial example. 2018-08-23 18:27:27 -07:00
Vladimir Tomov 536ecf89bd Created examples/hiop and started the ex9 based driver. 2018-07-24 18:13:54 -07:00