Manel-Hammouda commited on
Commit
689804e
·
1 Parent(s): 63a9475

Update AlgorithmScm FMU and README to v1.1.0

Browse files
Files changed (2) hide show
  1. AlgorithmScm.fmu +2 -2
  2. README.md +5 -24
AlgorithmScm.fmu CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f7ae27f20a6ec5e1f921bdcf00331a09bfd669bfbb067268726c30518f37ce7
3
- size 144205396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37efaed3e4d42d38615a843bfaf18fcbc55d48f77949de6f63d8f1216af52ae
3
+ size 4596158
README.md CHANGED
@@ -13,7 +13,7 @@ language: []
13
 
14
  # AlgorithmScm — Stochastic Cognitive Model (FMU)
15
 
16
- > **⚠️ PREVIEW / EXPERIMENTAL — v1.0.0**
17
  >
18
  > This is an early preview of the latest SCM updates, which have not yet been
19
  > officially published on the [Eclipse SCM project](https://gitlab.eclipse.org/eclipse/scm/scm).
@@ -51,7 +51,6 @@ as an FMU component, but is maintained as a separate [Eclipse project](https://g
51
  | `README.md` | This model card |
52
 
53
  > Source code is not included in this release.
54
- > See the [License & Source Availability](#license--source-availability) section below.
55
 
56
  ---
57
 
@@ -70,9 +69,9 @@ Place `AlgorithmScm.fmu` in your OpenPASS installation directory and reference i
70
  `ProfilesCatalog.xml` as an FMU1 component under the `AlgorithmScm` profile group, e.g.:
71
 
72
  ```xml
73
- <ProfileGroup Type="Algorithm">
74
  <Profile Name="RegularScm">
75
- <String Key="AlgorithmFmu" Value="AlgorithmScm.fmu"/>
76
  <!-- driver and vehicle parameters -->
77
  </Profile>
78
  </ProfileGroup>
@@ -82,25 +81,7 @@ Refer to the SCM user guide for the full parameter reference and configuration e
82
 
83
  ---
84
 
85
- ## License & Source Availability
86
 
87
  This software is distributed under the **Eclipse Public License v2.0** (EPL-2.0).
88
- A copy of the license is included in this repository as `LICENSE`.
89
-
90
- **Source code offer (EPL-2.0 §3.1)**
91
-
92
- In accordance with the Eclipse Public License v2.0, Bayerische Motoren Werke
93
- Aktiengesellschaft (BMW AG) offers to provide the corresponding source code of this
94
- program to any third party who requests it.
95
- To request the source code, open a thread in the
96
- [Community tab of this repository](https://huggingface.co/Manel-Hammouda/AlgorithmScm/discussions).
97
-
98
- This offer is valid for three years from the date of first publication of this release
99
- (2026-07-16) and applies to anyone who has received this program.
100
-
101
- ---
102
-
103
- ## Copyright
104
-
105
- Copyright © 2023–2025 Bayerische Motoren Werke Aktiengesellschaft (BMW AG).
106
- All rights reserved.
 
13
 
14
  # AlgorithmScm — Stochastic Cognitive Model (FMU)
15
 
16
+ > **⚠️ PREVIEW / EXPERIMENTAL — v1.1.0**
17
  >
18
  > This is an early preview of the latest SCM updates, which have not yet been
19
  > officially published on the [Eclipse SCM project](https://gitlab.eclipse.org/eclipse/scm/scm).
 
51
  | `README.md` | This model card |
52
 
53
  > Source code is not included in this release.
 
54
 
55
  ---
56
 
 
69
  `ProfilesCatalog.xml` as an FMU1 component under the `AlgorithmScm` profile group, e.g.:
70
 
71
  ```xml
72
+ <ProfileGroup Type="FMU1">
73
  <Profile Name="RegularScm">
74
+ <String Key="FmuPath" Value="AlgorithmScm.fmu"/>
75
  <!-- driver and vehicle parameters -->
76
  </Profile>
77
  </ProfileGroup>
 
81
 
82
  ---
83
 
84
+ ## License
85
 
86
  This software is distributed under the **Eclipse Public License v2.0** (EPL-2.0).
87
+ A copy of the license is included in this repository as `LICENSE`.