Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JPScore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JuPedSim
JPScore
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
correct links
authored
9 years ago
by
Mohcine Chraibi
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.markdown
+39
-0
39 additions, 0 deletions
home.markdown
with
39 additions
and
0 deletions
home.markdown
0 → 100644
View page @
6e78195f
# JPScore
`jpscore`
is the core module for simulation and computing of the trajectories.
It is called with an initialization file e.g.:
```
jpscore config.xml
```
with
`config.xml`
a structured
`xml`
project file containing parameter definitions, agents distributions and other
important configurations to run a simulation.
__
_
**Important**
: When reporting bugs, please make sure to use the development branch
*(v0.8)*
.
__
_
The online documentation can be found in the project's
[
GitHub pages
](
http://jupedsim.github.io/jpscore/
)
.
-
User guide:
-
[
Requirements
](
docs/user_guide/requirements
)
-
[
Configuration
](
docs/user_guide/configuration
)
-
[
Vagrant
](
docs/user_guide/vagrant
)
-
[
Quickstart
](
docs/user_guide/quickstart
)
-
[
File formats
](
docs/user_guide/data_formats
)
-
Contributing:
-
[
Code Style
](
docs/contributing/code-Style-Conventions
)
-
[
Workflow
](
docs/contributing/workflow
)
-
[
Unit testing
](
docs/contributing/utest
)
-
Models:
-
[
Operational models
](
docs/models/operativ
)
-
[
Direction strategies
](
docs/models/direction
)
-
[
Routing
](
docs/models/routing
)
-
About:
-
[
Disclaimer
](
docs/about/disclaimer
)
-
[
License
](
docs/about/LICENSE
)
-
[
Contributors
](
docs/about/contributors
)
This diff is collapsed.
Click to expand it.