-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
87 lines (87 loc) · 4.02 KB
/
Copy pathblog.html
File metadata and controls
87 lines (87 loc) · 4.02 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!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>Blog</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">ACADO Toolkit</div>
<div class="menu-item"><a href="index.html">Overview</a></div>
<div class="menu-item"><a href="features.html">Features</a></div>
<div class="menu-item"><a href="licensing.html">Licensing</a></div>
<div class="menu-item"><a href="publications.html">Publications</a></div>
<div class="menu-item"><a href="developers.html">Developers</a></div>
<div class="menu-item"><a href="blog.html" class="current">Blog</a></div>
<div class="menu-category">Installation</div>
<div class="menu-item"><a href="install_linux.html">Linux</a></div>
<div class="menu-item"><a href="install_osx.html">OS X</a></div>
<div class="menu-item"><a href="install_windows.html">Windows</a></div>
<div class="menu-category">Interfaces</div>
<div class="menu-item"><a href="matlab_overview.html">MATLAB interface</a></div>
<div class="menu-category">The Code <br /> Generation Tool</div>
<div class="menu-item"><a href="cgt_overview.html">Overview</a></div>
<div class="menu-category">Support</div>
<div class="menu-item"><a href="documentation.html">Documentation</a></div>
<div class="menu-item"><a href="extra_support.html">Additional</a></div>
<div class="menu-category">For developers</div>
<div class="menu-item"><a href="dev_guide.html">Guidelines</a></div>
<div class="menu-item"><a href="known_issues.html">Known issues</a></div>
<div class="menu-item"><a href="getting_involved.html">Getting involved</a></div>
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Blog</h1>
</div>
<h2>16.08.2014</h2>
<p>Webpages updated and moved to GitHub.</p>
<h2>06.12.2013</h2>
<p>Folks, there is a new, intermediate, release of ACADO. It mostly includes fixes, there are no new features at this point. In particular:</p>
<ul>
<li><p>in the code generation tool (CGT) we fixed a serious error concerning point constraints</p>
</li>
<li><p>Closed loop Simulink example in the CGT has been polished.</p>
</li>
<li><p>Minor fixes in the MATLAB interface and examples.</p>
</li>
</ul>
<p>Not mentioned in the release notes of v1.2.0beta, there is support for OpenMP parallelization of the multiple shooting in the CGT (generated solver can be parallelized).</p>
<p><b> Important </b> From now on, we are working on a new release, which will bring major changes in the API. Users are advised to use the stable branch. Code fixes are going to be pushed to this branch, mostly. Master branch (which is our main dev branch) will contain the new code, which is non-backwards compatible.</p>
<p>Cheers,
The ACADO dev team.</p>
<h2>07.11.2013</h2>
<p>We just released a new version of the toolkit, aka 1.2.0beta. We have fixed a lot of bugs and introduced a lot of new features. Most of the new features have been introduced in the Code Generation Tool. The tool supports</p>
<ul>
<li><p>NMPC and MHE</p>
</li>
<li><p>more general OCP formulations than before</p>
</li>
<li><p>ODE/DAE explicit and implicit integrators</p>
</li>
<li><p>continuous output integrators</p>
</li>
<li><p>The exported OCP solvers can employ qpOASES and FORCES QP solvers. For the detailed feature matrix please check the manual.</p>
</li>
</ul>
<div id="footer">
<div id="footer-text">
Page generated 2014-09-02 01:01:41 CEST, by <a href="https://github.com/wsshin/jemdoc_mathjax" target="blank">jemdoc+MathJax</a>.
</div>
</div>
</td>
</tr>
</table>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
</body>
</html>