Algorithm implementation vs Algorithm Design

조회 수: 6 (최근 30일)
Nishari Nanayakkara
Nishari Nanayakkara 2017년 9월 11일
편집: Adam 2017년 9월 11일
Hi,
I wrote a code in Matlab using the examples provided by Matlab for an application to solve a problem. The code is a combination of examples and my individual input. Then, did I just implement the algorithm for the application or did I design and implement the algorithm to develop the solution?
Also is there a difference between code development and algorithm development?
Regards, Nish
  댓글 수: 6
Nishari Nanayakkara
Nishari Nanayakkara 2017년 9월 11일
편집: Nishari Nanayakkara 2017년 9월 11일
Thank you Jose-Luis and Adam. As you say the logic is the algorithm which is in our head. So, while searching the internet I bumped into a code (an example/demo in matlab) that I found useful to implement my logic/algorithm. But that code didn't fully satisfy my logic/algorithm. So I had to do changes and modify and add code to the example code to fit so that I can deliver the solution. Then, did I still design and implement the logic/algorithm?
Adam
Adam 2017년 9월 11일
편집: Adam 2017년 9월 11일
It depends what you are talking about here really. If you are talking about intellectual property and whether you can claim an algorithm as your own then that is a minefield I don't want to get into personally other than to say be very careful with picking up someone else's code, making 'some changes' and then claiming the solution as your own. At the very minimum you need to credit the work of the original author.
If you are just trying to understand the process then the separation is still that of logic vs physical code that makes the logic happen. If you are modifying an algorithm then your modifications will have a logical purpose (design) which you will then implement in addition to the original implementation.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by