[jira] [Updated] (MATH-621) BOBYQA is missing in optimization

2011-08-18 Thread Dr. Dietmar Wolz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dr. Dietmar Wolz updated MATH-621: -- Attachment: BOBYQAOptimizer.java.patch remove unused variables Would you take that one? patch

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-18 Thread Dr. Dietmar Wolz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13086976#comment-13086976 ] Dr. Dietmar Wolz commented on MATH-621: --- I checked out immediately before producing

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-18 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13086994#comment-13086994 ] Gilles commented on MATH-621: - Oops, sorry; _I_ had not updated the to latest revision! Working

[jira] [Resolved] (MATH-614) toString method for Complex

2011-08-18 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved MATH-614. - Resolution: Fixed toString method for Complex --- Key: MATH-614

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-18 Thread Dr. Dietmar Wolz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13087006#comment-13087006 ] Dr. Dietmar Wolz commented on MATH-621: --- So you want to force Eclipse users not to

[jira] [Commented] (MATH-413) Miscellaneous issues concerning the optimization package

2011-08-18 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13087026#comment-13087026 ] Gilles commented on MATH-413: - {{GaussNewtonOptimizer}} updated in revision 1159233.

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-18 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13087033#comment-13087033 ] Gilles commented on MATH-621: - {quote} So you want to force Eclipse users not to use the

[jira] [Resolved] (MATH-593) 3D SubLine

2011-08-18 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-593. Resolution: Fixed Fix Version/s: (was: 3.1) 3.0 Fixed in subversion

[jira] [Commented] (MATH-641) Implement distance methods on 2D and 3D Lines as well as Line Segments.

2011-08-18 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13087204#comment-13087204 ] Luc Maisonobe commented on MATH-641: 2D lines are hyperplanes, hence they do implement

[jira] [Updated] (CHAIN-53) Global Update of Chain - Generics, JDK 1.5, Update Dependency Versions

2011-08-18 Thread Elijah Zupancic (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elijah Zupancic updated CHAIN-53: - Attachment: v2_patch_2011-08-18.diff This patch supersedes the previous patch. It incorporates

[jira] [Updated] (CHAIN-53) Global Update of Chain - Generics, JDK 1.5, Update Dependency Versions

2011-08-18 Thread Elijah Zupancic (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elijah Zupancic updated CHAIN-53: - Attachment: (was: v2_patch.diff) Global Update of Chain - Generics, JDK 1.5, Update

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-18 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13087370#comment-13087370 ] Gilles commented on MATH-621: - An unexplored code path: See revision 1159438. BOBYQA is

[jira] [Commented] (MATH-621) BOBYQA is missing in optimization

2011-08-18 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13087408#comment-13087408 ] Gilles commented on MATH-621: - I tried to replace a loop with a matrix operation: The