<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
  <title>R-Forge Project: NMOF -  News</title>
  <link>https://r-forge.r-project.org/news/?group_id=1128</link>
  <description>R-Forge Project News of NMOF</description>
  <language>en-us</language>
  <copyright>Copyright 2026 R-Forge</copyright>
  <webMaster>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</webMaster>
  <lastBuildDate>Tue, 26 May 2026 15:50:26 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>R-Forge RSS generator</generator>
  <item>
   <title>Latest NMOF releases</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4434</link>
   <description>For the time being, the R-Forge version of NMOF will not be updated any more.  The latest version of the package is always available from &lt;br /&gt;
&lt;br /&gt;
http://enricoschumann.net/R/packages/NMOF/index.htm .  &lt;br /&gt;
&lt;br /&gt;
About twice a year, the then-current version is uploaded to CRAN.&lt;br /&gt;
</description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Mon, 06 Jan 2014 14:51:43 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4434</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4434</comments>
  </item>
  <item>
   <title>NMOF 0.27-0 released (CRAN and R-Forge)</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4380</link>
   <description>v0.27-0  (2012-11-29)&lt;br /&gt;
 &lt;br /&gt;
  o Function 'qTable' has new arguments 'funs', 'tabular.format'&lt;br /&gt;
    and 'skip'; see vignette 'qTableEx' and ?qTable. &lt;br /&gt;
    The function now (correctly) adds more space at the end of&lt;br /&gt;
    the tabular (unless 'skip' is FALSE, which corresponds to the &lt;br /&gt;
    previous behaviour).&lt;br /&gt;
&lt;br /&gt;
v0.26-4  (2012-11-14)&lt;br /&gt;
 &lt;br /&gt;
  o Minor changes in documentation and examples.&lt;br /&gt;
&lt;br /&gt;
  o Code examples in subdirectory 'NMOFex' (manual)&lt;br /&gt;
    updated.&lt;br /&gt;
&lt;br /&gt;
v0.26-3  (2012-10-25)&lt;br /&gt;
 &lt;br /&gt;
  o Important: all option pricing functions that return lists of&lt;br /&gt;
    named elements (callCF, vanillaOptionE/A, callHestoncf) &lt;br /&gt;
    now call the theoretical option value just 'value'. Before, &lt;br /&gt;
    they returned 'price' or 'callPrice', which could be confusing&lt;br /&gt;
    for instance in case of implied vol calculations.&lt;br /&gt;
&lt;br /&gt;
  o DEopt, GAopt and PSopt now also return the initial populations&lt;br /&gt;
    (but only if 'algo$storeSolutions' is TRUE)&lt;br /&gt;
&lt;br /&gt;
  o More unit tests added.&lt;br /&gt;
&lt;br /&gt;
v0.26-2  (2012-10-23)&lt;br /&gt;
&lt;br /&gt;
  o Changes in documentation and unit tests.&lt;br /&gt;
&lt;br /&gt;
v0.26-1  (2012-10-12)&lt;br /&gt;
&lt;br /&gt;
  o Small changes in documentation (option pricing&lt;br /&gt;
    functions).&lt;br /&gt;
&lt;br /&gt;
  o Code examples in subdirectory 'NMOFex' (manual)&lt;br /&gt;
    updated.&lt;br /&gt;
</description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Thu, 29 Nov 2012 21:18:59 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4380</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4380</comments>
  </item>
  <item>
   <title>NMOF 0.26-0 available</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4362</link>
   <description>v0.26-0  (2012-09-19)&lt;br /&gt;
&lt;br /&gt;
  o Vignettes (except for one) are now built offline&lt;br /&gt;
    to reduce build/check time for R-Forge/CRAN.&lt;br /&gt;
    (As suggested by Kasper Daniel Hansen in this post:&lt;br /&gt;
    https://stat.ethz.ch/pipermail/r-devel/2012-September/064810.html )&lt;br /&gt;
&lt;br /&gt;
  o Small changes in documentation.&lt;br /&gt;
&lt;br /&gt;
v0.25-9  (2012-09-19)&lt;br /&gt;
&lt;br /&gt;
  o Added functions 'vanillaOptionEuropean',&lt;br /&gt;
    'VanillaOptionAmerican' and 'vanillaOptionImpliedVol'.&lt;br /&gt;
 &lt;br /&gt;
  o Test files have been reorganised (there are now about &lt;br /&gt;
    700 unit tests; they all can be run from &lt;br /&gt;
    /unitTests/runTests.R).&lt;br /&gt;
&lt;br /&gt;
  o New maintainer e-mail address.&lt;br /&gt;
&lt;br /&gt;
v0.25-8  (2012-08-28)&lt;br /&gt;
&lt;br /&gt;
  o all opt-functions now return 'initial.state' (which is&lt;br /&gt;
    the value of '.Random.seed' when the function is &lt;br /&gt;
    called). All the warnings of '?Random' apply (in &lt;br /&gt;
    particular, see section 'Note'); the preferred way&lt;br /&gt;
    is still to set a seed explicitly with 'set.seed'. &lt;br /&gt;
&lt;br /&gt;
v0.25-7  (2012-08-17)&lt;br /&gt;
&lt;br /&gt;
  o minor internal changes (the only visible update are small&lt;br /&gt;
    changes in some of the examples)  &lt;br /&gt;
&lt;br /&gt;
v0.25-6  (2012-08-07)&lt;br /&gt;
&lt;br /&gt;
  o Package 'parallel' is now suggested. In functions gridSearch,&lt;br /&gt;
    restartOpt, bracket: with method &amp;quot;multicore&amp;quot; the functions &lt;br /&gt;
    first check if package 'parallel' is available; if not, they &lt;br /&gt;
    look for package 'multicore'&lt;br /&gt;
&lt;br /&gt;
  o 'restartOpt' has a new argument 'best.only': if TRUE,&lt;br /&gt;
    only the best run is reported. Default is FALSE.&lt;br /&gt;
&lt;br /&gt;
v0.25-5  (2012-07-20)&lt;br /&gt;
&lt;br /&gt;
  o Added checks in DEopt that vectorised functions &lt;br /&gt;
    return objects of correct size (will be added to PSopt &lt;br /&gt;
    and GAopt as well).&lt;br /&gt;
&lt;br /&gt;
  o Removed NEWS.Rd (NEWS now back to plain text).&lt;br /&gt;
&lt;br /&gt;
v0.25-4  (2012-07-03)&lt;br /&gt;
&lt;br /&gt;
  o Added checks on the parameters for 'callCF'; added  &lt;br /&gt;
    new arguments 'uniroot.control', which allows to pass &lt;br /&gt;
    the settings for 'uniroot' (to compute implied vol), &lt;br /&gt;
    and 'uniroot.info'. &lt;br /&gt;
    (Computation of implied vol would fail when spot equalled&lt;br /&gt;
    strike and r equalled q; thanks to Douglas McLean for&lt;br /&gt;
    reporting this case.)&lt;br /&gt;
&lt;br /&gt;
v0.25-3  (2012-06-22)&lt;br /&gt;
&lt;br /&gt;
  o Small changes in the vignettes (mostly layout).&lt;br /&gt;
&lt;br /&gt;
  o Code examples in subdirectory 'NMOFex' updated.&lt;br /&gt;
&lt;br /&gt;
v0.25-2  (2012-06-17)&lt;br /&gt;
&lt;br /&gt;
  o Small changes in the vignettes (mostly layout).&lt;br /&gt;
&lt;br /&gt;
  o In 'TAopt', 'LSopt': if 'x0' is not a function, it is &lt;br /&gt;
    initialised with 'eval(x0)'; thus, it can be an expression.&lt;br /&gt;
&lt;br /&gt;
  o Several minor internal changes.&lt;br /&gt;
&lt;br /&gt;
v0.25-1  (2012-05-22)&lt;br /&gt;
&lt;br /&gt;
  o Edited some of the examples in the documentation; minor &lt;br /&gt;
    modifications in docs.&lt;br /&gt;
&lt;br /&gt;
  o Code examples in subdirectory 'NMOFex' updated.&lt;br /&gt;
</description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Fri, 21 Sep 2012 05:36:27 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4362</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4362</comments>
  </item>
  <item>
   <title>NMOF 0.25-0 on R-Forge</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4313</link>
   <description>v0.25-0  (2012-04-20)&lt;br /&gt;
&lt;br /&gt;
  o All the R-code examples from the book are now available&lt;br /&gt;
    in the package through function 'showExample'; eg,&lt;br /&gt;
    'showExample(&amp;quot;equations.R&amp;quot;)'&lt;br /&gt;
    (The scripts are stored in subdirectory 'book'.)&lt;br /&gt;
&lt;br /&gt;
  o A first draft of the 'NMOF Manual' is available from&lt;br /&gt;
    http://enricoschumann.net/NMOF.htm . The manual's code&lt;br /&gt;
    examples are collected in file 'NMOFman.R' (in subdirectory&lt;br /&gt;
    'NMOFex'). The manual supersedes 'Examples and Extensions for&lt;br /&gt;
    the NMOF package'.&lt;br /&gt;
&lt;br /&gt;
  o The unit tests on specific TA applications (minimum variance,&lt;br /&gt;
    tangency portfolio) have been removed; the code was added to&lt;br /&gt;
    the manual. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
v0.24-1  (2012-04-16)&lt;br /&gt;
&lt;br /&gt;
  o Small changes in vignettes.&lt;br /&gt;
&lt;br /&gt;
  o Re-organised existing/added new unit tests.&lt;br /&gt;
&lt;br /&gt;
</description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Sun, 22 Apr 2012 16:50:49 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4313</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4313</comments>
  </item>
  <item>
   <title>NMOF 0.24-0 on R-Forge</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4312</link>
   <description>v0.24-0  (2012-04-11)&lt;br /&gt;
&lt;br /&gt;
   o Added function 'resampleC': allows to sample with replacement from&lt;br /&gt;
     arbitrary numeric vectors (ie, samples) and making the these samples&lt;br /&gt;
     (rank) correlated.&lt;br /&gt;
&lt;br /&gt;
   o 'DEopt' and 'PSopt' now have an argument 'algo$minmaxConstr'. If&lt;br /&gt;
     TRUE, 'algo$min' and 'algo$max' become constraints. These&lt;br /&gt;
     constraints are implemented through an internal repair function&lt;br /&gt;
     that is called before any user-defined repair function.&lt;br /&gt;
</description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Fri, 13 Apr 2012 06:44:29 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4312</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4312</comments>
  </item>
  <item>
   <title>NMOF 0.23-1 on CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4304</link>
   <description>NMOF 0.23-1 is now available from CRAN. Compared with the previous CRAN &lt;br /&gt;
version (0.22-0), the main changes are:&lt;br /&gt;
&lt;br /&gt;
v0.23-1  (2012-02-27)&lt;br /&gt;
&lt;br /&gt;
   o Added 'Depends: R (&amp;gt;= 2.10)' to DESCRIPTION (necessary&lt;br /&gt;
     because of file compression).&lt;br /&gt;
&lt;br /&gt;
v0.23-0  (2012-02-14)&lt;br /&gt;
&lt;br /&gt;
   o Dataset 'optionData' was added.&lt;br /&gt;
&lt;br /&gt;
v0.22-3  (2012-01-15)&lt;br /&gt;
&lt;br /&gt;
   o with 'algo$printDetail = TRUE', functions DEopt, GAopt and&lt;br /&gt;
     PSopt give more information&lt;br /&gt;
   o vignette 'DEnss.Rnw' was shortened to reduce build-time of&lt;br /&gt;
     the package (removed parts are now in 'Examples and&lt;br /&gt;
     Extensions for the NMOF package')&lt;br /&gt;
&lt;br /&gt;
The complete list of changes is here:&lt;br /&gt;
http://cran.r-project.org/web/packages/NMOF/news.html&lt;br /&gt;
</description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Tue, 06 Mar 2012 07:57:24 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4304</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4304</comments>
  </item>
  <item>
   <title>NMOF 0.23-0 on R-Forge</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4294</link>
   <description>from the NEWS file:&lt;br /&gt;
&lt;br /&gt;
v0.23-0  (2012-02-14)&lt;br /&gt;
&lt;br /&gt;
  o Dataset 'optionData' was added.&lt;br /&gt;
  o More tests were added for function 'callCF'; and its&lt;br /&gt;
    documentation was updated. </description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Thu, 16 Feb 2012 13:21:00 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4294</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4294</comments>
  </item>
  <item>
   <title>NMOF 0.22-0 on R-Forge/CRAN </title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4161</link>
   <description>from the NEWS file:&lt;br /&gt;
&lt;br /&gt;
v0.22-0  (2011-12-08)&lt;br /&gt;
&lt;br /&gt;
  o documentation updated&lt;br /&gt;
  o slight changes in vignette 'DEnss.Rnw' (to reduce time &lt;br /&gt;
    to build package)&lt;br /&gt;
&lt;br /&gt;
v0.21-5  (2011-12-01)&lt;br /&gt;
&lt;br /&gt;
  o fixed: in 'GAopt', optional arguments for 'mclapply' &lt;br /&gt;
    (multicore) were not passed. An example for passing an &lt;br /&gt;
    argument was added to file 'unitTests/multicore.R'.&lt;br /&gt;
  o documentation for 'GAopt' updated&lt;br /&gt;
  o code examples in subdirectory 'NMOFex' updated&lt;br /&gt;
&lt;br /&gt;
v0.21-4  (2011-11-29)&lt;br /&gt;
&lt;br /&gt;
  o 'GAopt' now has an argument 'algo$methodOF' that supports  &lt;br /&gt;
    'loop' (default) but also 'snow' or 'multicore'. See &lt;br /&gt;
    'Examples and Extensions for the NMOF package'(with code &lt;br /&gt;
    in subdirectory 'NMOFex') for an example.&lt;br /&gt;
  o vignette 'TAportfolio' updated (now with example for &lt;br /&gt;
    rank-deficient matrix)&lt;br /&gt;
&lt;br /&gt;
v0.21-3  (2011-11-25)&lt;br /&gt;
&lt;br /&gt;
  o fixed: 'gridSearch' with 'printDetail=TRUE' did not give&lt;br /&gt;
    a meaningful message&lt;br /&gt;
  o experimental: 'GAopt' now has an argument 'algo$methodOF' &lt;br /&gt;
    that can be 'loop' (default) but also 'snow' or 'multicore'&lt;br /&gt;
    (currently, only 'snow' is operational). If 'algo$methodOF' &lt;br /&gt;
    is not 'loop', the evaluation of the objective function will &lt;br /&gt;
    be distributed. See 'Examples and Extensions for the NMOF &lt;br /&gt;
    package'(with code in subdirectory 'NMOFex') for an example.&lt;br /&gt;
&lt;br /&gt;
v0.21-2  (2011-11-22)&lt;br /&gt;
&lt;br /&gt;
  o fixed: with 'printDetail' greater than zero, 'TAopt' did&lt;br /&gt;
    not print the best solution, but the current solution&lt;br /&gt;
    (but internal book keeping worked correctly, and the best&lt;br /&gt;
    solution was returned)&lt;br /&gt;
  o 'bracketing', 'gridSearch', 'restartOpt': when 'cl' argument &lt;br /&gt;
    is not NULL, then argument 'method' is set to 'snow' (but as &lt;br /&gt;
    before it is checked whether package 'snow' is available)&lt;br /&gt;
  o the latest pdf-version of 'Examples and Extensions&lt;br /&gt;
    for the NMOF package' is now available from&lt;br /&gt;
    http://enricoschumann.net/files/NMOFex.pdf&lt;br /&gt;
  o code examples in subdirectory 'NMOFex' updated&lt;br /&gt;
&lt;br /&gt;
v0.21-1  (2011-11-15)&lt;br /&gt;
&lt;br /&gt;
  o the 'printDetail' option for opt-functions is now more consistent:&lt;br /&gt;
    a positive integer 'i' greater than one means that information&lt;br /&gt;
    is printed at every 'i'th iteration&lt;br /&gt;
  o minor changes in vignettes&lt;br /&gt;
  o unit tests for 'callCF' added (in file 'unitTests/unitTests5.R')&lt;br /&gt;
</description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Sat, 10 Dec 2011 11:31:35 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4161</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4161</comments>
  </item>
  <item>
   <title>NMOF 0.21-0 on R-Forge</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=4038</link>
   <description>from the NEWS file:&lt;br /&gt;
&lt;br /&gt;
v0.21-0  (2011-11-08)&lt;br /&gt;
&lt;br /&gt;
  o added function 'callCF' as a wrapper for pricing&lt;br /&gt;
    European calls with the characteristic function;&lt;br /&gt;
    characteristic functions for BSM, Merton, Bates, &lt;br /&gt;
    Heston and Variance-Gamma were also added&lt;br /&gt;
  o when 'algo$q' in 'TAopt' is zero, all thresholds are set&lt;br /&gt;
     to zero&lt;br /&gt;
  o code examples in subdirectory 'NMOFex' updated&lt;br /&gt;
  o CITATION file now points to the book's homepage&lt;br /&gt;
     http://nmof.net </description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Wed, 09 Nov 2011 12:41:25 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=4038</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=4038</comments>
  </item>
  <item>
   <title>NMOF 0.20-1 on R-Forge </title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=3997</link>
   <description>from the NEWS file:&lt;br /&gt;
&lt;br /&gt;
o the 'keepNames' argument of function 'gridSearch' is now supported&lt;br /&gt;
&lt;br /&gt;
o more examples added for 'gridSearch'  (and corresponding tests in 'unitTests/unitTests2.R')&lt;br /&gt;
&lt;br /&gt;
o fixed: some typos in vignette 'Vectorised objective functions' </description>
   <author>enricoschumann@users.r-forge.r-project.org (Enrico Schumann)</author>
   <pubDate>Sat, 29 Oct 2011 08:47:20 GMT</pubDate>
   <guid>https://r-forge.r-project.org/forum/forum.php?forum_id=3997</guid>
   <comments>https://r-forge.r-project.org/forum/forum.php?forum_id=3997</comments>
  </item>
 </channel>
</rss>
