agentMET4FOF icon indicating copy to clipboard operation
agentMET4FOF copied to clipboard

Metrological Agent-based system (MET4FOF project)

Results 45 agentMET4FOF issues
Sort by recently updated
recently updated
newest added

I intend to create some agents for commonly needed signal processing functions such as FFT

This would resolve a part of #155 by making use of the testing facilities of [nbval](https://nbviewer.jupyter.org/github/computationalmodelling/nbval/blob/master/docs/source/index.ipynb). The main idea is to use the expected, stored output of our notebooks to...

As the name contains the original project name, meanwhile it might be reasonable to rename it to something more general, e.g. _agentMet4IIoT_.

In [network.py](https://github.com/Met4FoF/agentMET4FOF/blob/develop/agentMET4FOF/network.py): when osbrain backend is used, there is a crucial feature for client to gain access to the agent network nameserver by setting `connect=True`: this connects to an existing...

In the function `set_data_source` of `base_streams.py` , the handling of pd.DataFrame might not be ideal, considering it converts into a numpy array with the following snippet: ``` elif type(self._quantities).__name__ ==...

Now that we have a more ordered structure of packages and modules, we should consider moving the tutorials into the package `agentMET4FOF`. That means we would be able (and actually...

hacktoberfest

The idea is to ensure that at later times it is possible to find out, what processing steps were taken starting from the source, list the methods and parameters, until...

Tutorials don't run on Windows. The issue seems to be the address http://0.0.0.0:3333. They work after changing the backend to Mesa. Related output: ``` C:\Users\vedurm01\agentMET4FOF\venv\Scripts\python.exe C:/Users/vedurm01/agentMET4FOF/agentMET4FOF_tutorials/tutorial_2_math_agent.py Error on connecting to...

bug

We might implement a class for or at least deeply integrate the *D-SI* into the message passing of the agents. This should be considered closely related to #19 . Further...