Git Product home page Git Product logo

fex-godlike's People

Contributors

cengique avatar rodyo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

fex-godlike's Issues

Improve performance

Like, what happened to the non-dominated-sort C-file?
โ†’ Profile, profile, profile.

Pareto Front for MultiObjective (ASA vs GA)

Hi Rodyo, I have a multi-objective optimization with 3 objective functions and 2 decision variables. Now, I'm trying to plot the Pareto Front launching two algorithms at the same time {'ASA', 'GA'}. Unfortunately Godlike fails to work and returns to output an error message:

........................................................................
??? Subscripted assignment dimension mismatch.

Error in ==> GODLIKE>interchange_populations at 629
crowding_distances(lfe2+1:lfe2+2*popsz, :) = popinfo.crowding_distance;

Error in ==> GODLIKE at 171
pop = interchange_populations(pop);

Error in ==> buck_of_sa_ga at 55
[s0,fval_sa,pareto_indiv,pareto_obj,exitflag,output] = GODLIKE({of1,of2,of3},PS,lb,ub,{'ASA','GA'},options_sa);
..........................................................................

I want to clarify that with 2 objective functions, everything works well, in fact if I write GODLIKE({of1, of2},...) , Godlike works. Why if I add the third objective function it does not work anymore? It is not possible to obtain the comparison between the various algorithms with an objective function of three values?

Can you help me?

Thanks

Create configuration object providing checks and facilitates passing it on to functions

GODLIKE settings, parameters and variables at the top of the function body, create clutter. A configuration object (or simple struct) could provide a way to de-clutter this, as well as make it easier to share that information with the helper functions.

An alternative would be to transform GODLIKE into a class, and create a new top-level function called "GODLIKE" that does nothing but call & use that class.

Offer 'HybridFcn' option

Defaults:

  • fmincon, if toolbox available
  • minimize, if available
  • fminsearch, if nothing is available and problem is unconstrained
  • none, if all that fails.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.