Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add input kwarg to functions for graph evaluation and optimization#49

Merged
mfasi merged 2 commits intomainfrom
eval_graph_input_kwarg
Jun 18, 2021
Merged

Add input kwarg to functions for graph evaluation and optimization#49
mfasi merged 2 commits intomainfrom
eval_graph_input_kwarg

Conversation

@mfasi
Copy link
Collaborator

@mfasi mfasi commented Jun 17, 2021

No description provided.

mfasi added 2 commits June 17, 2021 21:16
This commit adds the input kwarg to the following functions:

* src/compgraph_struct.jl:
    + get_topo_order()

* src/eval.jl:
    + eval_graph()
    + init_vals_eval_graph!()
    + eval_jac()
    + eval_runerr()
    + init_relerrs_eval_runerr!

* src/optimization/gauss_newton.jl:
    + opt_gauss_newton!()

* src/optimization/linear_fit.jl:
    + opt_linear_fit!()
Tests were added to:
* test/gauss_newton.jl
* test/graph_ops.jl
* test/linear_fit.jl
@mfasi mfasi linked an issue Jun 17, 2021 that may be closed by this pull request
@jarlebring
Copy link
Collaborator

I checked the code and it all looks good. Merge okay with me.

@mfasi mfasi merged commit edcc684 into main Jun 18, 2021
@eringh eringh deleted the eval_graph_input_kwarg branch June 18, 2021 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should eval_graph have an input=:A kwarg?

2 participants