Runtime change in configuration class

what I know as per my experience is that configuration class should contain values which are same/constant through out simulation.In UVM, before end_of_elaboration phase, you can configure as per your need. if you want to change something at run time, then you can use run time arguments which are $test$plusargs and $value$plusargs.