{
 "cells": [
  {
   "attachments": {},
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Experimental Features\n",
    "\n",
    "- [Determining Variable Shapes at Runtime](dyn_shapes)\n",
    "- [Simultaneous Coloring of Approximated Derivatives](approx_coloring)\n",
    "- [Working with Plugins](plugins)\n",
    "- [Running Some Systems only Before or After an Optimization](pre_opt_post)\n",
    "- [Automatic Setting of Execution Order](auto_order)\n",
    "- [Components that use Jax to Compute Partial Derivatives](jax_partial_derivs)\n",
    "- [Implementing and Differentiating Explicit Components with Julia](julia_explicit_ad)\n",
    "- [Using CSDL Components](csdl_components)"
   ]
  }
 ],
 "metadata": {
  "celltoolbar": "Tags",
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.13.11"
  },
  "orphan": true
 },
 "nbformat": 4,
 "nbformat_minor": 4
}
