jaxley.optimize.transforms.AffineTransform# class AffineTransform(scale, shift)[source]# Bases: Transform Parameters: scale (Array | ndarray | bool | number | bool | int | float | complex) shift (Array | ndarray | bool | number | bool | int | float | complex) forward(x)[source]# Parameters: x (Array | ndarray | bool | number | bool | int | float | complex) Return type: Array inverse(x)[source]# Parameters: x (Array | ndarray | bool | number | bool | int | float | complex) Return type: Array