tdd-cleanup-extraction #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tdd-cleanup-extraction"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Add IFS.from_config(rng, transform_instances) static factory that bypasses the reflection-based transform discovery in __init__ - 16 tests covering: - from_config: creation, weights, total_weight, empty list - choose_transform: returns from list, proportional weights, single transform, empty list returns None - final_transform: zero identity, scale-by-half, deterministic, shape - add_transform: appends, positive weight, multiple, seed-deterministic