I’m not entirely sure what your argument is yet, but here’s a simple example utility function that might be interesting as a baseline:
def utility(universe):
return 42
This function halts for all inputs, and assigns each input a desirability value that can be compared with others. What sort of utility function are you imagining?
I’m not entirely sure what your argument is yet, but here’s a simple example utility function that might be interesting as a baseline:
This function halts for all inputs, and assigns each input a desirability value that can be compared with others. What sort of utility function are you imagining?