[jira] [Resolved] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2020-03-06 Thread adrian (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

adrian resolved MATH-1459.
--
Resolution: Fixed

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-08-10 Thread adrian (JIRA)


[ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16576333#comment-16576333
 ] 

adrian commented on MATH-1459:
--

I can fix the "@inheritDoc" problem I created, but when I run "mvn test site" 
or "mvn javadoc:javadoc" I don't see this error.  Should I just push a commit 
with this fix?

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-08-08 Thread adrian (JIRA)


[ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573591#comment-16573591
 ] 

adrian edited comment on MATH-1459 at 8/8/18 5:55 PM:
--

Hey [~erans] I also made a cleanup pull request (deleting a file that was 
unused and made a pretty minor improvement to the code) here.  Sorry it wasn't 
in my last pull request.

https://github.com/apache/commons-math/pull/86

Thanks!


was (Author: aporter):
Hey [~erans] I also made a cleanup pull request (deleting a file that was 
unused and made a pretty minor improvement to the code) here:

https://github.com/apache/commons-math/pull/86

Thanks!

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-08-08 Thread adrian (JIRA)


[ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573591#comment-16573591
 ] 

adrian commented on MATH-1459:
--

Hey [~erans] I also made a cleanup pull request (deleting a file that was 
unused and made a pretty minor improvement to the code) here:

https://github.com/apache/commons-math/pull/86

Thanks!

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-15 Thread adrian (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16476437#comment-16476437
 ] 

adrian commented on MATH-1459:
--

[~erans] I made the change you suggested regarding the unit test.  Let me know 
if this is closer to what you suggested last week.

I assume I should also remove the java 8 lambda in favor of the anonymous 
class.  Is that correct?

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-04 Thread adrian (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463982#comment-16463982
 ] 

adrian commented on MATH-1459:
--

[~erans], that makes sense.  I've moved the BevingtonProblem class out (haven't 
committed yet).  How Independent do you mean?  Will the unit test extend 
AbstractLeastSquaresOptimizerAbstractTest?  Or will it extend nothing?  I can 
do either one, and I'm not sure which one is better.  Thanks!

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-03 Thread adrian (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463107#comment-16463107
 ] 

adrian commented on MATH-1459:
--

[~erans] I think I've fixed most of the things you suggest.

* The checkstyle changes are fixed.
* Passing in the differentiator is fixed.
* As for the unit tests, I think I've fixed some of what you discuss over at 
the pull request, but I can address it further if you'd like.

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-02 Thread adrian (JIRA)

 [ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

adrian updated MATH-1459:
-
Description: 
Create a way to automatically calculate a Jacobian Matrix using a 
Differentiator.

I have done this with a pull request, but would like feedback.

https://github.com/apache/commons-math/pull/84

  was:
Create a way to automatically calculate a Jacobian Matrix using a 
Differentiator.

I have done this with a pull request, but would like feedback.


> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-02 Thread adrian (JIRA)

 [ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

adrian updated MATH-1459:
-
Description: 
Create a way to automatically calculate a Jacobian Matrix using a 
Differentiator.

I have done this with a pull request, but would like feedback.

edit:  https://github.com/apache/commons-math/pull/84

  was:
Create a way to automatically calculate a Jacobian Matrix using a 
Differentiator.

I have done this with a pull request, but would like feedback.

https://github.com/apache/commons-math/pull/84


> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.
> edit:  https://github.com/apache/commons-math/pull/84



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-02 Thread adrian (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16461582#comment-16461582
 ] 

adrian commented on MATH-1459:
--

[~erans] [https://github.com/apache/commons-math/pull/84] thanks!

> Create a way to calculate the Jacobian Matrix using a Differentiator
> 
>
> Key: MATH-1459
> URL: https://issues.apache.org/jira/browse/MATH-1459
> Project: Commons Math
>  Issue Type: Improvement
>Affects Versions: 4.X
>Reporter: adrian
>Priority: Minor
> Fix For: 4.X
>
>
> Create a way to automatically calculate a Jacobian Matrix using a 
> Differentiator.
> I have done this with a pull request, but would like feedback.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (MATH-1459) Create a way to calculate the Jacobian Matrix using a Differentiator

2018-05-01 Thread adrian (JIRA)
adrian created MATH-1459:


 Summary: Create a way to calculate the Jacobian Matrix using a 
Differentiator
 Key: MATH-1459
 URL: https://issues.apache.org/jira/browse/MATH-1459
 Project: Commons Math
  Issue Type: Improvement
Affects Versions: 4.X
Reporter: adrian
 Fix For: 4.X


Create a way to automatically calculate a Jacobian Matrix using a 
Differentiator.

I have done this with a pull request, but would like feedback.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (IO-550) Documentation issue

2017-09-13 Thread jimi adrian (JIRA)
jimi adrian created IO-550:
--

 Summary: Documentation issue
 Key: IO-550
 URL: https://issues.apache.org/jira/browse/IO-550
 Project: Commons IO
  Issue Type: Bug
 Environment: Documentation Site
Reporter: jimi adrian
Priority: Trivial


Most of the links on this page are broken:
https://commons.apache.org/proper/commons-io/description.html





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)