How lower bound and upper bound value can be specify in fgoalattain
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Asad Abbas
 el 18 de Ag. de 2016
  
    
    
    
    
    Editada: Alan Weiss
    
      
 el 18 de Ag. de 2016
            I have 13 variables 4 objective functions. I am using "fgoalattain" optimization tool. For lower bound and upper bound values I mentioned
Lower: [0 0 0 0 0 0 0 0 0 0 0 0 0]
Upper: [1 1 1 1 1 1 1 1 1 1 1 1 1]
variable always take value between 0 and 1.
How I can specify value only 0 or 1? as randi([0 1], x, y)

0 comentarios
Respuesta aceptada
  Alan Weiss
    
      
 el 18 de Ag. de 2016
        
      Editada: Alan Weiss
    
      
 el 18 de Ag. de 2016
  
      fgoalattain is not a discrete-variable solver, it solves only for continuous variables.
However, with only 13 variables, it should not be hard to generate manually all 8192 possible binary values and see which ones look best (take the four objective functions and find the Pareto points).
Alan Weiss
MATLAB mathematical toolbox documentation
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Multiobjective Optimization 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!

