A recent change in brulee introduced new activation functions and brulee_activations(), which provides available functions (see PR #74). However, parsnip does not support these new activation functions yet, because parsnip::check_args.mlp() has hard coded values (see function definition here).
Would be great to have support for the new activation functions in parsnip.