config.yaml sorted
Hi! I think a nice upgrade would be having the configuration yaml file sorted, so it easy to compare different experiments
another option with a nicer UI is the mlflow interface to compare experiments. Have you tried that?
Either way, I don't disagree. It would be nice to have the config yamls in the same order all the time. If you have any ideas, feel free to suggest!
I am moving towards using Pydantic datamodels to validate configs. This should work assuming enough documentation. I started a first pass at this in the Vlasov1D solver. There's a bug in the readthedocs somewhere and it wont render...
Here is the link though https://github.com/ergodicio/adept/blob/main/adept/vlasov1d/datamodel.py