bayesopt() - where is the code for the Gaussian Proccess and kernel function?
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Bob Hickish
 el 7 de Dic. de 2017
  
    
    
    
    
    Editada: Don Mathis
    
 el 8 de Dic. de 2017
            Hi, I'm currently using bayesopt() and am interested in the Gaussian Process code it uses and the kernel function it calls. I've tried looking through the program files but can't find anything that is obviously the .m files containing the code for these.
Could anyone tell me what the files I need to look at are called?
Thanks, Bob
0 comentarios
Respuesta aceptada
  Don Mathis
    
 el 8 de Dic. de 2017
        
      Editada: Don Mathis
    
 el 8 de Dic. de 2017
  
      Search for 'fitrgp' inside BayesianOptimization.m. That's the GP function that is used. https://www.mathworks.com/help/stats/fitrgp.html The kernel function used in bayesopt is 'ardmatern52'. To see the other arguments passed, search for the calls to 'iFitrgpRobust', which is what calls fitrgp directly.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Gaussian Process Regression en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!