KSLConfig Recipe
An author-curated configuration shipped inside a bundle JAR for one of the bundle's models. A recipe is a pre-filled set of inputs (a RunConfiguration, a scenario batch, a designed-experiment spec, or an optimization run spec) that an end user can load in a GUI, inspect, tweak, and run.
Recipes are how a bundle author hands users a meaningful starting point without forcing them to author a configuration from scratch.
Implementations are typically thin wrappers around ClassLoader.getResourceAsStream pointing at files under META-INF/ksl/models/<modelId>/<recipe-dir>/<name>.<ext> (see BundleLayout).