It's a requirement to install SharePoint 2016 with a SQL Server that has MAXDOP=1. It's long been a best practice to configure SharePoint with its own SQL instance, and this is certainly one reason why. However, SQL 2016 can now set MAXDOP at the database level via Database Scoped Configuration.
Is it possible to install/configure SharePoint 2016 on an instance where MAXDOP!=1, but with MAXDOP=1 at the database level? (perhaps switch maxdop to 1, install SP, and then change maxdop to 0 at the instance level and 1 at the database level for SP databases?)