PyPI project
abmforge
2 indexed releases ยท newest sdist 0.3.0a1 with 242 indexed members
Files in 0.3.0a1 abmforge-0.3.0a1.tar.gz
- examples/gis_space/run.py
- examples/model_zoo/network_diffusion/analysis/analyze.py
- examples/model_zoo/network_diffusion/model.py
- examples/model_zoo/wealth_inequality/analysis/analyze.py
- examples/model_zoo/wealth_inequality/model.py
- examples/parameter_sweep/run.py
- examples/reproducible_study/__init__.py
- examples/reproducible_study/analyze.py
- examples/reproducible_study/documentation.py
- examples/reproducible_study/model.py
- examples/reproducible_study/reproduce.py
- examples/schelling/run.py
- examples/sir_epidemic/run.py
- examples/sugarscape/run.py
- examples/wealth_model/model.py
- examples/wealth_model/run.py
- model_zoo/__init__.py
- model_zoo/schelling/__init__.py
- model_zoo/schelling/model.py
- model_zoo/schelling/run.py
- model_zoo/sir/__init__.py
- model_zoo/sir/model.py
- model_zoo/sir/run.py
- src/abmforge/__init__.py
- src/abmforge/_version.py
- src/abmforge/analysis/__init__.py
- src/abmforge/analysis/archive_tables.py
- src/abmforge/analysis/robustness.py
- src/abmforge/analysis/salib.py
- src/abmforge/analysis/sensitivity.py
- src/abmforge/api.py
- src/abmforge/cli/__init__.py
- src/abmforge/cli/main.py
- src/abmforge/core/__init__.py
- src/abmforge/core/agent.py
- src/abmforge/core/agent_lifecycle.py
- src/abmforge/core/collection.py
- src/abmforge/core/model.py
- src/abmforge/core/protocols.py
- src/abmforge/core/status.py
- src/abmforge/data/__init__.py
- src/abmforge/data/dataset.py
- src/abmforge/data/query/__init__.py
- src/abmforge/data/query/dataset.py
- src/abmforge/data/recorder.py
- src/abmforge/data/schema.py
- src/abmforge/data/storage/__init__.py
- src/abmforge/data/storage/base.py
- src/abmforge/data/storage/inmemory.py
- src/abmforge/data/storage/parquet.py
- src/abmforge/experiment/__init__.py
- src/abmforge/experiment/archive.py
- src/abmforge/experiment/archive_loader.py
- src/abmforge/experiment/archive_summary.py
- src/abmforge/experiment/config.py
- src/abmforge/experiment/experiment.py
- src/abmforge/experiment/parameter_grid.py
- src/abmforge/experiment/registry.py
- src/abmforge/experiment/replicates.py
- src/abmforge/experiment/result.py
- src/abmforge/experiment/run_index.py
- src/abmforge/experiment/scenario.py
- src/abmforge/experiment/seed_sequence.py
- src/abmforge/experiment/summary.py
- src/abmforge/methods/__init__.py
- src/abmforge/methods/odd.py
- src/abmforge/replay/__init__.py
- src/abmforge/replay/provenance.py
- src/abmforge/replay/snapshot.py
- src/abmforge/replay/validation.py
- src/abmforge/reporting/__init__.py
- src/abmforge/reporting/summary.py
- src/abmforge/repro/__init__.py
- src/abmforge/repro/manifest.py
- src/abmforge/scheduling/__init__.py
- src/abmforge/scheduling/base.py
- src/abmforge/scheduling/random.py
- src/abmforge/scheduling/sequential.py
- src/abmforge/scheduling/simultaneous.py
- src/abmforge/scheduling/staged.py
- src/abmforge/templates/__init__.py
- src/abmforge/templates/builtin/epidemic/model/agents.py
- src/abmforge/templates/builtin/epidemic/model/model.py
- src/abmforge/templates/builtin/epidemic/scripts/run_baseline.py
- src/abmforge/templates/builtin/epidemic/tests/test_smoke.py
- src/abmforge/templates/builtin/grid/model/agents.py
- src/abmforge/templates/builtin/grid/model/model.py
- src/abmforge/templates/builtin/grid/scripts/run_baseline.py
- src/abmforge/templates/builtin/grid/tests/test_smoke.py
- src/abmforge/templates/builtin/network/model/agents.py
- src/abmforge/templates/builtin/network/model/model.py
- src/abmforge/templates/builtin/network/scripts/run_baseline.py
- src/abmforge/templates/builtin/network/tests/test_smoke.py
- src/abmforge/templates/builtin/policy/model/agents.py
- src/abmforge/templates/builtin/policy/model/model.py
- src/abmforge/templates/builtin/policy/scripts/run_baseline.py
- src/abmforge/templates/builtin/policy/tests/test_smoke.py
- src/abmforge/templates/builtin/research/analysis/analyze.py
- src/abmforge/templates/builtin/research/model/agents.py
- src/abmforge/templates/builtin/research/model/model.py
- src/abmforge/templates/builtin/resource/model/agents.py
- src/abmforge/templates/builtin/resource/model/model.py
- src/abmforge/templates/builtin/resource/scripts/run_baseline.py
- src/abmforge/templates/builtin/resource/tests/test_smoke.py
- src/abmforge/templates/builtin/segregation/model/agents.py
- src/abmforge/templates/builtin/segregation/model/model.py
- src/abmforge/templates/builtin/segregation/scripts/run_baseline.py
- src/abmforge/templates/builtin/segregation/tests/test_smoke.py
- src/abmforge/templates/scaffold.py
- src/abmforge/time/__init__.py
- src/abmforge/time/event.py
- src/abmforge/time/queue.py
- src/abmforge/time/status.py
- src/abmforge/visualization/__init__.py
- src/abmforge/visualization/plots.py
- src/abmforge/world/__init__.py
- src/abmforge/world/continuous.py
- src/abmforge/world/gis.py
- src/abmforge/world/grid.py
- src/abmforge/world/network.py
- src/abmforge/world/protocols.py
- tests/conftest.py
- tests/test_abm_study_checklist.py
- tests/test_agent_collection.py
- tests/test_agent_lifecycle.py
- tests/test_agent_lifecycle_contract.py
- tests/test_agent_lifecycle_docs.py
- tests/test_api_stability_policy.py
- tests/test_architecture_overview_docs.py
- tests/test_archive_create_safety.py
- tests/test_archive_format_docs.py
- tests/test_archive_format_version_validation.py
- tests/test_archive_loader.py
- tests/test_archive_migration_strategy.py
- tests/test_archive_parquet_integrity.py
- tests/test_archive_run_index.py
- tests/test_archive_summary.py
- tests/test_archive_table_helpers.py
- tests/test_benchmark_scaffold.py
- tests/test_ci_runtime_matrix.py
- tests/test_citation_metadata.py
- tests/test_cli.py
- tests/test_cli_archive.py
- tests/test_cli_cite.py
- tests/test_cli_error_handling.py
- tests/test_cli_experiment.py
- tests/test_cli_new.py
- tests/test_cli_report.py
- tests/test_cli_summarize.py
- tests/test_cli_templates.py
- tests/test_community_health_files.py
- tests/test_community_issue_templates.py
- tests/test_continuous_space.py
- tests/test_dataset_export.py
- tests/test_dataset_run_status_validation.py
- tests/test_dataset_schema.py
- tests/test_dataset_schema_docs.py
- tests/test_delayed_events_docs.py
- tests/test_epidemic_template.py
- tests/test_event_queue.py
- tests/test_event_queue_snapshot_metadata.py
- tests/test_event_status_contract.py
- tests/test_example_scenarios.py
- tests/test_examples.py
- tests/test_executable_documentation.py
- tests/test_experiment_archive.py
- tests/test_experiment_archive_contract.py
- tests/test_experiment_archive_integrity.py
- tests/test_experiment_archive_parquet.py
- tests/test_experiment_archive_scenario_capture.py
- tests/test_experiment_archive_specification.py
- tests/test_experiment_config.py
- tests/test_experiment_dataset_query.py
- tests/test_experiment_registry.py
- tests/test_experiment_replicates.py
- tests/test_experiment_result_tools.py
- tests/test_failure_handling.py
- tests/test_gis_space.py
- tests/test_grid.py
- tests/test_import.py
- tests/test_installed_package_smoke.py
- tests/test_mesa_comparison_methodology.py
- tests/test_model.py
- tests/test_model_status.py
- tests/test_model_zoo.py
- tests/test_model_zoo_research_examples.py
- tests/test_network_space.py
- tests/test_network_space_determinism.py
- tests/test_network_template.py
- tests/test_odd_document.py
- tests/test_packaging_smoke_contract.py
- tests/test_parameter_grid.py
- tests/test_parquet_storage.py
- tests/test_policy_template.py
- tests/test_project_metadata_consistency.py
- tests/test_public_api.py
- tests/test_public_api_reference.py
- tests/test_publication_readiness_review.py
- tests/test_pypi_alpha_release_prep.py
- tests/test_recorder.py
- tests/test_recorder_frequency_conditional.py
- tests/test_recording_docs.py
- tests/test_reference_workflow_docs.py
- tests/test_release_candidate_prep.py
- tests/test_release_metadata_checklist.py
- tests/test_release_readiness_no_publish.py
- tests/test_release_workflow_contract.py
- tests/test_replay_event_queue_docs.py
- tests/test_reporting_summary.py
- tests/test_reproducibility_manifest.py
- tests/test_reproducibility_tiers_docs.py
- tests/test_reproducible_study_example.py
- tests/test_research_template.py
- tests/test_researcher_quickstart.py
- tests/test_resource_template.py
- tests/test_robustness_summary.py
- tests/test_salib_integration.py
- tests/test_same_seed_reproducibility.py
- tests/test_scenario.py
- tests/test_scenario_stop_semantics.py
- tests/test_scenario_yaml.py
- tests/test_scenario_yaml_docs.py
- tests/test_scenario_yaml_validation.py
- tests/test_scheduler_behavior.py
- tests/test_scheduler_metadata.py
- tests/test_scheduler_metadata_docs.py
- tests/test_schedulers.py
- tests/test_scheduling_docs.py
- tests/test_sdist_contents.py
- tests/test_seed_sequence.py
- tests/test_segregation_template.py
- tests/test_sensitivity_analysis.py
- tests/test_snapshot_replay.py
- tests/test_snapshot_restore_contract.py
- tests/test_software_paper_package.py
- tests/test_space_protocol_behavior.py
- tests/test_storage_backend.py
- tests/test_testpypi_dry_run.py
- tests/test_typed_agent_protocols.py
- tests/test_user_facing_consistency.py
- tests/test_version_consistency.py
- tests/test_visualization.py