Questions tagged [chaos]

Anything related to chaotic systems or chaos theory. Chaotic systems are systems that are extremely sensitive to initial conditions (e.g. round-off error in data stored digitally) thus leading to the impossibility of predicting their long-term evolution. The tag is mostly relevant to cases where algorithms show chaotic behavior.

Anything related to chaotic systems or chaos theory. Chaotic systems are systems that are extremely sensitive to initial conditions (e.g. round-off error in data stored digitally) thus leading to the impossibility of predicting their long-term evolution. The tag is mostly relevant to cases where algorithms show chaotic behavior.

See Wikipedia page on chaos theory.

102 questions
1
vote
1 answer

Manifold visualization in 2D maps

I am trying to implement in C the algorithm by Parker and Chua as described in the book "Practical Numerical Algorithms for Chaotic Systems" (chapter 6). In that chapter, the authors describe a method to plot manifolds for discrete time systems (aka…
baseaxis
  • 11
  • 1
1
vote
1 answer

In Python: How to make a bifurcation diagram of the Lorenz system under a varying parameter value?

So, I've seen the coded solution to my question in Mathematica, but with very little understanding of mathematica, I havn't been able to reproduce it yet. This is what I'm trying to do with Python:…
Cobra
  • 13
  • 5
1
vote
1 answer

Is it possible to use Litmus to test kafka

Is it possible to use Litmus to test kafka? basically some test to figure out what happens in various scenarios. Initial thoughts are: deploying confluent helm chart for kafka and checking brokers gets Storage bound successfully Kill broker and…
1
vote
0 answers

Randomly Killing AIs in PCF

I am trying to find a way to test an application's resiliency HA capabilities by randomly killing application instances. I have not yet tried any service/commands. Is there an app/service that does this (like Chaos Lemur does for VMs) that can be…
1
vote
1 answer

Chaosmonkey can't communicate with Spinnaker

I'm trying to run chaosmonkey and getting following error when I try to connect spinnaker using the command chaosmonkey config {app-name}. http get failed at…
Anoop Philip
  • 971
  • 2
  • 11
  • 19
1
vote
0 answers

Solving and animating a Lorenz system using RK4

I'm working on a project which revolves around chaotic oscillators. Now, I've just coded a Lorenz Attractor in Python using a Runge-Kutta of fourth order: ''' Created on 19 feb. 2018 @author: judvuyst ''' import matplotlib.pyplot as plt from…
Guliano
  • 111
  • 3
1
vote
2 answers

How might Chaos Engineering look as part of a pipeline?

Chaos engineering practices are becoming very widely used. One common example is Netflix' own Chaos Monkey. However, Chaos Monkey is often run ad-hoc against random targets. I'm curious how chaos experiments might work in a typical CI/CD pipeline to…
Jay Spang
  • 2,013
  • 7
  • 27
  • 32
1
vote
2 answers

Creating a bifurcation diagram in python

I am trying to come up with a code that will allow me to plot a diagram for period doubling bifurcation. I am using the equation x = rx − 1(1 − x), and am trying to model it with r values from 0.5 to 4. Here is code that I am working with startr =…
1
vote
2 answers

How to generate chaotic sequences from Chen's hyperchaotic system?

I need to generate two chaotic sequences based on chen's hyperchaotic system.It has to be generated from the following four formulas X=ay-x; Y=-xz+dx+cy-q; Y=xy-bz; Q=x+k; where a,b,c,d,x,y,z,q are all initialised as follows. I need only X and…
1
vote
1 answer

How do I organize this list of polygons in java so that they are easy to work with?

My question involves address spaces of fractals that can be generated using the chaos game. These address spaces are simply transformations of a main shape with relation to one-another. In the image here, you can see that there is a triangle…
Drifter64
  • 1,103
  • 3
  • 11
  • 30
0
votes
1 answer

Lyapunov Exponent estimation in Java / pseudocode

I'd like to estimate the predictability of a time series that is possibly chaotic. For this reason I thought that the Lyapunov exponents would be a good candidate. I've done some research on the Internet but the explanations that I've found are not…
alfileres
  • 1
  • 2
0
votes
0 answers

Does anyone have dataset that can be used for root cause analysis?

I need a lot of data to build a knowledge graph Our team is trying to build a knowledge map but there is enough knowledge data
zc lu
  • 1
0
votes
1 answer

Need help or suggestions to Run Helm install on command prompt

How to run this in command prompt. Any suggestions would be helpful. helm install steadybit-agent --namespace steadybit-agent \ --create-namespace \ --set agent.key=xxxxxxxxxx \ --set cluster.name=ChaosEngSteadybit \ --set…
0
votes
0 answers

Chaos monkey assault on specific instance in multi-instance environemnt

I tried chaos monkey in a single sping boot application instance and I was successfully able to test all the assaults with it. But now I want to try the same experiment in mulitple intances with Load Balancer managing the load. If I will then…
TWICE
  • 23
  • 4
0
votes
1 answer

ChaosToolkit --var-file option is fails with error Error: no such option: --var-file /tmp/token.env

We are trying to run a chaos experiment and running into this error: ubuntu@ip-x-x-x-x:~$ kubectl logs -f pod/chaos-testing-hn8c5 -n [2022-12-08 16:05:22 DEBUG] [cli:70]…