-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinks.html
63 lines (63 loc) · 2.69 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Useful Links</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Yiming Wan</div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="bio.html">Biography</a></div>
<div class="menu-item"><a href="activities.html">Activities</a></div>
<div class="menu-category">Research</div>
<div class="menu-item"><a href="publications.html">Publications</a></div>
<div class="menu-item"><a href="projects.html">Projects</a></div>
<div class="menu-category">Miscellaneous</div>
<div class="menu-item"><a href="links.html" class="current">Links</a></div>
<div class="menu-item"><a href="quotes.html">Quotes</a></div>
<div class="menu-item"><a href="google22ab48e3e48e3009.html">Others</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Useful Links</h1>
</div>
<h2>Optimization</h2>
<ul>
<li><p><a href="https://en.wikipedia.org/wiki/List_of_optimization_software">List of optimization software</a></p>
</li>
<li><p><a href="https://www.syscop.de/research/software">Embedded optimization software</a></p>
</li>
<li><p><a href="https://projects.coin-or.org/Ipopt">IPOPT: interior point method for large-scale nonlinear optimization</a></p>
</li>
<li><p><a href="https://web.casadi.org/">CasADi: nonlinear optimization, algorithmic differentiation, optimal control, nonlinear model predictive control</a></p>
</li>
<li><p><a href="https://www.coin-or.org/downloading/">COIN-OR optimization suites</a></p>
</li>
<li><p><a href="http://www.pyomo.org/">Pyomo: a Python-based, open-source optimization toolbox</a></p>
</li>
</ul>
<h2>Tips for academic writing and presentation</h2>
<ul>
<li><p><a href="http://www-personal.umich.edu/~dsbaero/downloads.html">Advices</a> by Prof. Dennis S. Bernstein</p>
</li>
<li><p>Boosting the signal in scientific talks, Scott St. George, Michael White, 2020. [<a href="articles/Boosting_the_signal_in_scientific_talks.pdf">PDF</a>]</p>
</li>
<li><p>Suggestions on writing by Prof. Xiao-Rong Li [<a href="articles/On_writing_Li.pdf">PDF</a>]</p>
</li>
</ul>
<div id="footer">
<div id="footer-text">
Page generated 2024-04-06 17:03:28 China Standard Time, by <a href="http://jemdoc.jaboc.net/">jemdoc</a>.
</div>
</div>
</td>
</tr>
</table>
</body>
</html>