BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Add option to explicitly set value as discrete or continuous #91

Closed j-or closed 3 years ago

j-or commented 3 years ago

Note: This changes value variable property discrete: true/false to type: 'discrete'/'continuous' so there are backward compatibility issues.

Update: A branch with a migration step has been added here (wip)