Portfolio backtest results

Hi, say I wanna explore parameter sensitivity in an extensive way. Is there a way after port.evaluate() to get access to port.sharperatio and other relevant metrics? I am aware you can print back the daily returns via port.portfolioReturns, and maybe compute them again by hand but it would be nice to access them directly.
Thks