mj-xmr

Results 52 comments of mj-xmr

## Ports The following ports are possible to be prepared and kept under Continuous Integration (CI) - Windows port - OSX fixes - Rpi CI Also I may use gitian,...

## Search algorithm The search algorithm should not be completely random (as in "brute force") and needs some guidance. My best candidates so far are: - Monte Carlo search, that...

## Modularization and enabling future work Generally speaking, I'd like every dependency, that the project uses, to be replaceable by anybody, without having to dig in the code, but rather...

## Electrical modeling improvement - Model voltage loss resulting from attaching consumers, depending on the cable lengths and how it affects the available resulting power at a given time –...

## Documentation Stuff that I'd like to document, but in order to keep it factually correct, like the already existing documentation is, I need to perform the due diligence on...

## Minor - increase the console plots resolution by arbitrary number of line plots by stacking N blocks on top of one another. Most of the code for this is...

## Compare historical results Compare historical results against each other across time, to measure the discrepancy – this would allow to detect faster where effort needs to be made in...

## Scheduled energy production Scheduled energy production with generators, in a format similar to habits. Imagine, that you realize that there's currently not enough solar power available, but you would...

## Detailed cloud forecast The cloud forecast can be made much more elegantly and precisely, using information gathered at least in the following sources: - https://github.com/pvlib/pvlib-python/blob/v0.9.0/pvlib/forecast.py - https://pvlib-python.readthedocs.io/en/stable/user_guide/forecasts.html#cloud-cover-and-radiation - https://solarforecastarbiter-core.readthedocs.io/en/stable/reference-forecasts.html...

## Leverage Boost Units  Use [Boost Units](https://www.boost.org/doc/libs/1_80_0/doc/html/boost_units.html) library to avoid potential conversion errors. Boost Unit offers a great way to handle various SI units, protecting you from mistakes that classify...