Re: [pve-devel] [PATCH proxmox-resource-scheduling 1/3] initial commit

2022-11-16 Thread Fiona Ebner
Am 15.11.22 um 16:39 schrieb DERUMIER, Alexandre: > Thanks Fiona for your hard work on this ! > > I'm going to review/test them this week. > > I'm not an expert in Rust, but I think I'll be able to read the code > Thank you for pushing the idea in the first place! Let's hope we can re-use this

Re: [pve-devel] [PATCH proxmox-resource-scheduling 1/3] initial commit

2022-11-15 Thread DERUMIER, Alexandre
Thanks Fiona for your hard work on this ! I'm going to review/test them this week. I'm not an expert in Rust, but I think I'll be able to read the code Just a question, how do you choose the weight of different criteria ? I think in the second patch, I see: +static ref PVE_HA_TOPSIS_CRIT

[pve-devel] [PATCH proxmox-resource-scheduling 1/3] initial commit

2022-11-10 Thread Fiona Ebner
Implement the TOPSIS[0] algorithm to score multi-valued alternatives according to a given set of weighted criteria. The number of alternatives cannot be known at compile time, but the number of criteria should be (a given module using the topsis module should have one (or more) fixed sets of crite