Mehmet Hakan Satman

Results 19 issues of Mehmet Hakan Satman

The package implements the abstract type ```julia abstract type MCDMResult end ``` for return types of the MCDM tools. For example, the method `topsis` returns a `TopsisResult`, which is defined...

I created a folder and started to give some examples on using RCaller in other JVM languages (The first example is in Clojure). We can add some usage examples and...

This journal paper can be followed for implementing new algorithms: https://ieeexplore.ieee.org/abstract/document/9344597 After implementing some crucial methods, Metaheuristics.jl can also be used in a novel survey article that measures the performances...

- `PASTIJN H. ve LEYSEN J., (1989), “Constructing an outranking relation with ORESTE”, Mathematical and Computer Modelling: An International Journal, Volume 12 Issue 10-11, October, 1989, s. 1255-1268` - `JAFARI,...

Hi, The minimal example provided in the README.md ```julia # Import Discord.jl. using Discord # Create a client. c = Client("token"; presence=(game=(name="with Discord.jl", type=AT_GAME),)) # Create a handler for the...

Reference papers: https://bestworstmethod.com/papers-and-slides/

## Description > In this paper, we propose a new Multi-Criteria > Decision-Making method (MCDM) which is rank reversal free. > We call it the SPOTIS method standing for Stable...

## Description > Multiple criteria [decision making](https://www.sciencedirect.com/topics/agricultural-and-biological-sciences/decision-making) methods provide a useful tool to [support decision making](https://www.sciencedirect.com/topics/earth-and-planetary-sciences/decision-making-support). To date, different methods have been developed using different approaches. In particular, the conception...

## Description > This paper proposes a new multiple criteria decision-making method called > ERVD (election based on relative value distances). The s-shape value function is adopted > to replace...