[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata smilesection.xml, 1.11, 1.12
Brought to you by:
ericehlers,
nando
|
From: Francois du V. <fd...@us...> - 2006-12-20 19:18:01
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4602 Modified Files: smilesection.xml Log Message: method is no longer an argument of SabrInterpolatedSmileSection class, Simplex method is always used now Index: smilesection.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/smilesection.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** smilesection.xml 20 Dec 2006 14:39:59 -0000 1.11 --- smilesection.xml 20 Dec 2006 19:17:54 -0000 1.12 *************** *** 196,204 **** <description>TRUE if the interpolation is weighted using options Vega. FALSE by default.</description> </Parameter> - <Parameter name='method' libraryClass='OptimizationMethod'> - <type>string</type> - <tensorRank>scalar</tensorRank> - <description>Optimization Method</description> - </Parameter> <Parameter name='dayCounter' enumeration='QuantLib::DayCounter'> <type>string</type> --- 196,199 ---- |