
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
proxy-git.cwkhome.fun/mlange-42/beecs
Work-in-progress re-implementation of the BEEHAVE model in Go using the Arche Entity Component System (ECS).
All the hard work to develop, parameterize and validate the original BEEHAVE model was done by Dr. Matthias Becher and co-workers. I was not involved in that development in any way, and just re-implement the model following its ODD Protocol and the NetLogo code.
Beecs is currently at a state where it implements BEEHAVE's basic colony and foraging models. Colony dynamics already mimic BEEHAVE quite well, but there are still differences that need to be addressed. See the tests.
A command line interface for beecs is provided in beecs-cli. It also supports basic visualizations. See there for details.
A graphical user interface for beecs is provided in beecs-ui. It features configurable visualizations and parameter manipulation in a single window or in a web browser.
To add beecs as a dependency to an existing Go project, run this in the project's root folder:
go get github.com/mlange-42/beecs
Usage examples can be found in folder _examples.
To explore the model code, start with reading files model/default.go
and params/default.go
.
Given that the model is developed with ECS, the structure should be quite obvious.
comp
contains all components.sys
contains all systems.params
contains model parameters (as ECS resources).globals
contains global variables (as ECS resources).Also check out the examples.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.