Skip to content
#

chaos

Here are 186 public repositories matching this topic...

chaos-mesh
chaoskube
solarmosaic-kflorence
solarmosaic-kflorence commented Nov 27, 2019

Hey, thanks for this useful tool. The documentation has me confused, as it instructs installation via a helm deployment (which is cool), but 90% of the documentation references a binary (chaoskube) but there isn't any documentation on how to get access to that binary. Am I supposed to clone repository this and put something in my PATH? Am I expected to create a local binary which runs this tool

Datseris
Datseris commented Apr 12, 2019

In this arXiv paper: https://arxiv.org/abs/1904.05663 the authors discuss corrected transmission and refraction formulas for light and curved boundaries.

Even though in this package we don't have light rays (although we may have in the future, see #178 ) it still may be worth it to implement these laws as a function similar to [law_of_refraction](https://juliadynamics.github.io/DynamicalBil

Datseris
Datseris commented May 2, 2019

The docstring of crossprediction, which btw we may want to rename to crossestimation has:

crossprediction(source_train, target_train, source_pred,

yet none of these terms are in the source code for the function , which reads:

function crossprediction(train_in ::AbstractVector{<:AbstractArray{T, Φ}},
                        train_out::AbstractVector{<:AbstractArray{T, Φ}}
Datseris
Datseris commented Dec 4, 2019

Hi @tkf , since you contributed permentropy in #20, I'd appreciate it if you could answer the following questions:

  1. What happens for points that are equal to their predecessor? There are different approaches in the literature: their order also defines which one is the largest. Or deciding at random. Or allowing permutations with equal positions. What happens in our implementation?
  2. It is

Improve this page

Add a description, image, and links to the chaos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chaos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.