This directory contains potentially useful code which is under active
development and with plans to hopefully migrate to TFP proper. All code in
tfp.experimental is of production quality, i.e., idiomatically consistent,
well tested, and extensively documented. tfp.experimental code relaxes the
TFP non-experimental contract in two regards:
tfp.experimentalhas no API stability guarantee. The public footprint oftfp.experimentalcode may change without notice or warning.- Code outside
tfp.experimentalcan depend on code withintfp.experimentalbut only if it doesn't expose API details otherwise specified by code in tfp.experimental.
You are welcome to try any of this out (and tell us how well it works for you!).