文件名称:摩纳哥:摩纳哥可以帮助您更好地预测任务和项目的持续时间
文件大小:214KB
文件格式:ZIP
更新时间:2024-02-26 11:28:43
simulation project-management monte-carlo-simulation monaco simulation-modeling
摩纳哥 估计完成一项任务或项目所花费的时间是任务和项目计划中的最大挑战之一。 摩纳哥通过将任务建模为随机过程,帮助您更好地估计任务。 定义任务很容易: task = Task(name='Task', min=3, mode=4, max=9, estimator='triangular') 项目是任务序列: 可以将任务添加到项目中: # initiate a project project = Project(name='Build Machine Learning App') # define tasks and duration (in this case: number of
【文件预览】:
monaco-master
----example()
--------monte_carlo_cumulative.png(18KB)
--------project_estimation.png(67KB)
--------monte_carlo_estimation.png(18KB)
--------task_definition.png(49KB)
--------example.ipynb(54KB)
--------project_example.png(36KB)
----tests()
--------test_task.py(1KB)
--------__init__.py(0B)
--------test_project.py(2KB)
----src()
--------monaco()
----requirements.txt(43B)
----setup.py(264B)
----LICENSE.md(1KB)
----.gitignore(53B)
----README.md(2KB)
----roulette.jpg(33KB)