Testing

  • bullet
    • nested
  • not nested

Note

  • bullet
    • nested
    • not nested

Testing

Note

Note

Note

Note

Note

Line

Anotherone

Note

Line
Anotherone

Outer

Outer

Inner

Inner
Inner

Outer

Should render without errors (works with mathjax not with katex - writing a plugin for this is more effort than just adapting this manually once mathjax 4.0 comes out):

Should be centered:
center

Big callout

Stuff

Stuff

if you can read this, it's not working as intended

Referencing a header with a link in the title should work
[[test#text]]
Referencing a section with alt text works:
Stuff
Referencing a section without alt text should also work!
^f39253

Sanity check:

This should work inline too!


[[test]]

this should display as a link even iff there’s a tab in the line above it lol


I have NO idea what’s wrong here:

Hazard Rate

The hazard rate (or failure rate) represents the instantaneous rate of failure at time , given survival up to that time. For the exponential distribution, it’s defined as:

The constant hazard rate is a direct consequence of the memoryless property - the failure rate doesn’t change over time. This means an exponentially distributed component is just as likely to fail in the next instant whether it’s brand new or has been running for years.

\begin{align*}
P(T<t + dt | T > t) &= 1 - P(T> t+dt|T>t) \
&= 1 -P(T>t) \quad \text{memoryless property} \
&= 1-e^{-\lambda dt}
\end{align*}

When we do `[[taylor expansion]]` for the exponential and make a small $dt$ approximation, we get the hazard rate:

= 1- [1 - \lambda dt + \frac{1}{2}\lambda^{2} dt^{2} - \dots]
\approx \lambda dt

$\implies P(t \lt T \le t + dt) = \lambda P(T \gt t)dt$

What about this? Bruh, this fixes it.. it’s the nested callout latex…

Hazard Rate

The hazard rate (or failure rate) represents the instantaneous rate of failure at time , given survival up to that time. For the exponential distribution, it’s defined as:

The constant hazard rate is a direct consequence of the memoryless property - the failure rate doesn’t change over time. This means an exponentially distributed component is just as likely to fail in the next instant whether it’s brand new or has been running for years.

This callout should be properly indented (the indentation of that numbered list shouldnt stop after the numbered list ends, since therea an empty newline (with>)):

Training procedure

Evolution loop (CMA-ES):

  1. Start of a generation: Sample a population of parameter vectors
  2. For each individual:
  • Load parameters
  • Initialize fresh graph: random connections via
  • Run development phase if enabled ( steps of spontaneous activity)
  • Run multiple episodes, keeping network graph between episodes
  • Return fitness (average reward over episodes)
  1. CMA-ES updates its distribution based on fitnesses

  2. Repeat for … generations

    Each individual gets its own graph that persists across episodes but not across generations.

    Information flow (per timestep):



    (repeat rnn_iters times)
    Actions = argmax (discrete) or raw “concatted” activations (continuous)

    Lifetime dynamics (no gradient updates):

    • Structural changes: ,
    • Weight changes: via edge state updates
    • Both use evolved rules fixed at birth

    Core challenge: Discover both structural rules (which connections to form) and learning rules (how to update weights) using only episodic rewards - no supervision on topology or weights.

The comments should be aligned: