aicreator's Forum Posts

  • How to create a data set of small Travelling Salesman problem instances with their best and optimal solutions labeled separately and for this I will need a Travelling Salesman Problem instance generator that can support generating a variety of Travelling Salesman problem instances with best and optimal solutions but I do not know how to do this accurately and having a Travelling Salesman Instance generator which can generate the instances of small Travelling Salesman Problems and solve them will help to advance AI and its creator can even earn fame if a data set generated by his generator is used for any major work,Can anyone create a Simple Travelling Salesman problem generator and Solver and release it so that we can use it,

    And a request- If you are developing this then please add two options one for downloading the photos of the Optimal Travelling Salesman problem instance solution and another for downloading the photos of the best solution of a Travelling Salesman Problem instance with the naming Conventions - Optimal TSP Solution(of instance nth) and Optimal TSP Solution(of instance nth) respectively in in order to make improving your software easier.

    Tagged:

  • Perhaps the elements can be arranged and formatted with a simple built in algorithm with control over the positioning of elements(I think there are many features for all this -Ex- The Dynamic Positioning of Elements with Ruler in Bubble) but I think that they are all editor only and I think that the arrangements of elements can be coded into rules since they are very specific and we all know how they should be arranged.

    And their formatting(Elements can be easily formatted in many web services and they can be done in Construct also by Formats,Designs,Design Rules and Visual Design Containers)

    Whereas Spacing and Expansion rules such as

    1) Maintain Space from Each other

    2) Do not improperly draw over other elements(which the drop down lists in some programs do which can be easily avoided by having better drop down list properties and dropped down images(As the perfect drop down lists in PowerPoint),

    Cheers

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Here is a Dropbox link to a different version of my project -

    https://www.dropbox.com/s/jfvxqtmyc3lnox5/Speed%20Reading.c3p?dl=0,

    and

    Cheers.

  • Well I think that my code is not working properly because of a bug and the text box is printing symbols which it was not instructed to print and below is my event sheet screenshot-

    .

  • I want to color the first and the last alphabet of a word with the same color for each word of entire paragraphs, Below is a one sentence example using bold instead of colors -

    Thanks for helping myself.

    Can anybody help me with this,

    Cheers.

    Tagged:

  • And,This app is made in Construct 3.

  • Well,I have created an app with the help of some other people from which users can copy and paste words in a TextInput box and type a search query and get the number of words of a specified length which contain the letter or the search query but It is very repetitive to make small changes to the word length and the Search Query Field Overtime and since I keep using the same search queries in rotation along with increasing the value of the word length field,I added buttons to my project which is here https://www.dropbox.com/s/r4unk3mt3i72boq/Unable%20to%20automate.c3p?dl=0 and now when I try to automate this task by making my program generate the output of my commonly used queries I fail and so can anyone please help me with this problem and the project of mine which uses buttons can be found here - https://www.dropbox.com/s/fdsj3f6bwn54lk9/Unable%20to%20filter%20words%20by%20length%20using%20Regex.c3p?dl=0 .

    And what I want is that the program generate statistics on how many words(filtered based on their length which can be 3-5 letters) from a given list(in a variable) contain different characters(ि ी ु ू) respectively based on the click of a button,without the user of this program(me in this case) having to keep clicking on different buttons,

    Cheers.

  • It seems to me that Regex is not working in my project or am I using Regex incorrectly.

  • Can anyone help me with this problem and my small project file is here - https://www.dropbox.com/s/fdsj3f6bwn54lk9/Unable%20to%20filter%20words%20by%20length%20using%20Regex.c3p?dl=0

    Please Help me as this is the last problem of my project.

    Tagged:

  • Can anyone provide me a Regex to filter all English words and English numbers.

  • Yes,I have posted the correct file and you need fill the field "Name of List" and then the "Add words field" and then click the Ok button and you need to do all this in the debug mode after which a new list will be created(Note this list does not work) and you may optionally type a number in the "Number of words" list and after typing some words which contain the letter "A" in the "Search" list you will get an output which will tell you the number of matches between your text query and the contents of the list which you have entered but not the number of words which contain the character "a" in your list.

  • Edit-Removed the word "a" from this post because of a mistake.

    dop2000 ,This project is one of my a

    ttempts and In this project I get the the number of "A"'s in tge "Number of Character Matches" variable instead of the number of words which contain the word "A" in that variable and the project which was the result of my first attempt is here https://www.dropbox.com/s/f54wojbmzujbugr/Search%20and%20Analyzse%20WITH%20CHANGES.c3p?dl=0 ,And I will post the project of my second attempt soon,Cheers.

  • Well, dop2000 ,I am posting my project in a few minutes,Cbeers.

  • dop2000 can you create the project file and post a link to it on the forum as When I try to implement your code I get incorrect information of the character count because of my bugs,Can you please help me with this as this project will help me and its other potential users to reduce their spelling mistakes in the hindi language.

  • Can anyone provide me the event sheet code for

    1.Filtering duplicate words(Of a String variable)

    2.Counting the number of words containing the letter "A"(By using a numeric variable)