SciML / SciML/DataDrivenDiffEq.jl

Solving Lorentz attractor example using sol.u and sol.t gives me wrong result

Open
#331 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
430
Forks
58
Avg merge
6h 29m
Merged PRs (30d)
28

Description

I've tried Lorentz attractor example from the readme.md.

The example worked like a charm, but when I wanted to run the same example but providing direct trajectories and corresponding time (using sol.u and sol.t like here https://pastebin.com/1GCjTqzb) the experiment failed, producing only one equation (instead of three) with 16 coefficients. I didn't find any example so far (I guess I'm not google-ing right, as all examples on the internet seem to be a copy-past of the example given in the readme file) and that's why I wanted to ask you for a little help with this as I assume that I'm making some beginner mistake and I can't see in which wrong way I'm providing the data.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Lorentz attractor example in readme.md, then compare its inputs with the direct sol.u and sol.t data shown in the linked pastebin. Reproduce the reported output of one equation with 16 coefficients and trace how the trajectories and times are interpreted. Done means the direct-data example produces the expected three equations or documents the required input form.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data, machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.