Difference between revisions of "PythonOptimizers"

From IFORS Developing Countries Online Resources
Jump to: navigation, search
m (Protected "PythonOptimizers" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 3: Line 3:
 
link to website: https://github.com/PythonOptimizers
 
link to website: https://github.com/PythonOptimizers
  
 +
<html>
 +
<head>
 +
</head>
 +
<body>
 +
<!-- Add this element exactly where you want the Rating-Widget to appear -->
 +
<div class="rw-ui-container rw-urid-1"></div>
 +
 +
<!--
 +
    You can add more Rating-Widgets in your site,
 +
    just pick some new rating-widget-unique-id (must be positive integer).
 +
    For example (rating-widget-unique-id = 730):
 +
    <div class="rw-ui-container rw-urid-730"></div>
 +
-->
 +
 +
<!-- Add this javascript code immediately before the </body> tag -->
 +
<div class="rw-js-container">
 +
    <script type="text/javascript">
 +
        // Async Rating-Widget initialization.
 +
        function RW_Async_Init(){
 +
            RW.init({
 +
                uid: "12D3F85CF26CD5E7A24D3695D86F50A0",
 +
                huid: "127128",
 +
                options: {
 +
                    style: "oxygen"
 +
                }
 +
            });
 +
            RW.render();
 +
        }
 +
 +
        // Append Rating-Widget JavaScript library.
 +
        if (typeof(RW) == "undefined"){
 +
            (function(){
 +
                var rw = document.createElement("script"),
 +
                    d = new Date(), ck = "Y" + d.getFullYear() + "M" + d.getMonth() + "D" + d.getDate();
 +
                rw.type = "text/javascript"; rw.async = true;
 +
                rw.src = "http://js.rating-widget.com/external.min.js?ck=" + ck;
 +
                var s = document.getElementsByTagName("script")[0];
 +
                s.parentNode.insertBefore(rw, s);
 +
            })();
 +
        }
 +
 +
    </script>
 +
</div>
 +
</body>
 +
</html>
  
 
[[Category:Free OR Software]]
 
[[Category:Free OR Software]]

Revision as of 00:29, 7 September 2019

PythonOptimizers collects the software that we developed using Python before making the switch to Julia. The packages there also target numerical linear algebra and continuous optimization.

link to website: https://github.com/PythonOptimizers