Negative ELBO

Definition

The negative ELBO is simply

$$-\mathcal L(\phi).$$

Why it appears in code

Since optimizers usually minimize objectives, one often implements the loss as the negative ELBO instead of maximizing the ELBO directly.