Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] genetic algorithm/optimization framework
- Date: Thu, 28 Apr 2016 10:03:48 -0700
- From: Lars Kotthoff <lists@example.com>
- Subject: Re: [tlug] genetic algorithm/optimization framework
- References: <20160427222225.fcdb36d543326580f701d5a5@kinali.ch> <20160427133932.223654a7@sakura> <20160428094937.ec87240ac79f98bd60d86867@kinali.ch> <20160428092551.2c8ad2ee@sakura> <22306.15852.463024.385458@turnbull.sk.tsukuba.ac.jp>
> You can always map the efficiency frontier at the cost of multiple > optimization runs by optimizing various linear combinations of the > objectives, typically starting with the "corners" (each objective by > itself) and the "middle" (equal weight on all objectives). That might > be too expensive in Attila's use case, of course, but it's a simple > approach when throwing machine cycles at the problem is cheaper than > burning neurons on it. Right. The problem with applications usually is that it's not clear how the different objectives should be weighted relative to each other :) Starting from the extreme points you can compute the Pareto frontier and hopefully that will be something relatively simple (although none of the packages I've mentioned explicitly support computing this). Depending on the application, it may also make sense to have a portfolio of different parameter settings instead of a single one, i.e. in one case you really care about bandwidth and want to use the optimal configuration for that and in another case you care more about something else. This would certainly make the optimisation easier (and there are good methods for working with such portfolios). Of course it's also possible (albeit unlikely) that, when optimising for each objective in turn, the same parameter settings (or at least very close settings) come out at the top. Cheers, Lars
- Follow-Ups:
- Re: [tlug] genetic algorithm/optimization framework
- From: Stephen J. Turnbull
- References:
- [tlug] genetic algorithm/optimization framework
- From: Attila Kinali
- Re: [tlug] genetic algorithm/optimization framework
- From: Lars Kotthoff
- Re: [tlug] genetic algorithm/optimization framework
- From: Attila Kinali
- Re: [tlug] genetic algorithm/optimization framework
- From: Lars Kotthoff
- Re: [tlug] genetic algorithm/optimization framework
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] genetic algorithm/optimization framework
- Next by Date: Re: [tlug] genetic algorithm/optimization framework
- Previous by thread: Re: [tlug] genetic algorithm/optimization framework
- Next by thread: Re: [tlug] genetic algorithm/optimization framework
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links