Skip to content

Add distillation model#159

Open
schillic wants to merge 1 commit into
masterfrom
schillic/distillation
Open

Add distillation model#159
schillic wants to merge 1 commit into
masterfrom
schillic/distillation

Conversation

@schillic

Copy link
Copy Markdown
Member

No description provided.

x6' == -0.2259 * x6 + 0.0021 * x7 - 0.0457 * x8 + 0.3132 * u1 - 0.2249 * u2 &
x7' == -0.0052 * x7 + 0.0024 * x8 + 0.7117 * u1 - 0.6994 * u2 &
x8' == -0.0755 * x8 + 0.0599 * u1 - 0.3014 * u2 &
u1' == 0 * x1 &

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it seems that the SpaceEx model is taking u1 and u2 as constants over the full time horizon, while in the JuliaReach model they are allowed to vary.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good finding! I found this model on my disk and just copied it here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as time-varying u(t) is also an interesting setting, we can add constant u(t) to the JuliaReach model and keep both settings.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@schillic i can take care of making the suggested changes.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as time-varying u(t) is also an interesting setting, we can add constant u(t) to the JuliaReach model and keep both settings.

I rather think that the SpaceEx model is wrong. I might have created it myself some years ago.

i can take care of making the suggested changes.

Sure, go ahead!

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.

2 participants