一键导入
ix-fractal
Fractal generation — Takagi curves, space-filling curves, Morton codes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fractal generation — Takagi curves, space-filling curves, Morton codes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Test model robustness with adversarial attacks and defenses
Multi-armed bandit simulation — epsilon-greedy, UCB1, Thompson sampling
Benchmark and compare ix algorithm performance
Embedded Redis-like cache with TTL, LRU, pub/sub, and RESP protocol
Category theory primitives — monad laws verification, free-forgetful adjunction
Chaos theory analysis — Lyapunov exponents, bifurcation, attractors, fractals
基于 SOC 职业分类
| name | ix-fractal |
| description | Fractal generation — Takagi curves, space-filling curves, Morton codes |
| disable-model-invocation | true |
Generate fractal curves and space-filling curve data.
When the user needs fractal curve data, space-filling curve coordinates, or Morton Z-order encoding/decoding.
use ix_fractal::takagi::takagi_series;
use ix_fractal::space_filling::{hilbert_curve, peano_curve, morton_encode, morton_decode};
use ix_fractal::ifs::{ifs_iterate, sierpinski_maps};
use ix_fractal::lsystem::{dragon_curve, interpret};
Tool name: ix_fractal
Operations: takagi, hilbert, peano, morton_encode, morton_decode